Commit 6a61355c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent 4df6818c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ It uses the following variable:

| Input / Variable | Description                              | Default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `image` / `POSTMAN_IMAGE` | The Docker image used to run Postman CLI. | `registry.hub.docker.com/postman/newman:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-POSTMAN_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-POSTMAN_IMAGE) |
| `image` / `POSTMAN_IMAGE` | The Docker image used to run Postman CLI. | `docker.io/postman/newman:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-POSTMAN_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-POSTMAN_IMAGE) |
| `collections` / `POSTMAN_COLLECTIONS` | The matcher to select Postman collection file(s) to run. | `postman/*collection.json` |
| `extra-args` / `POSTMAN_EXTRA_ARGS` | Newman extra [run options](https://github.com/postmanlabs/newman#command-line-options) (to use global variables, an environment or a data source for e.g.) | _none_ |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Postman tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    {
      "name": "POSTMAN_IMAGE",
      "description": "The Docker image used to run Postman CLI.",
      "default": "registry.hub.docker.com/postman/newman:latest"
      "default": "docker.io/postman/newman:latest"
    },
    {
      "name": "POSTMAN_COLLECTIONS",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to run Postman CLI.
      default: registry.hub.docker.com/postman/newman:latest
      default: docker.io/postman/newman:latest
    collections:
      description: The matcher to select Postman collection file(s) to run.
      default: postman/*collection.json