Commit aec1ca97 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent ece6846f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ It uses the following variable:

| Input / Variable | Description                                                                                                            | Default value                                 |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| `image` / `BRU_IMAGE` | The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/bru-cli/overview).                             | `registry.hub.docker.com/library/node:lts-alpine` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-BRU_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-BRU_IMAGE) |
| `image` / `BRU_IMAGE` | The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/bru-cli/overview).                             | `docker.io/library/node:lts-alpine` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-BRU_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-BRU_IMAGE) |
| `collections` / `BRU_COLLECTIONS` | The matcher to select Bruno collection directory(ies) to run.                                                          | `bruno`                                       |
| `base-url` / `BRU_BASE_URL` | Explicit base url environment to test.<br/>_Auto-evaluated by default ([see below chapter](#base-url-auto-evaluation))._ | _none_ (auto-evaluated)                             |
| `extra-args` / `BRU_EXTRA_ARGS` | Bruno extra [run options](https://docs.usebruno.com/bru-cli/overview#options)                                         | _none_                                        |
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
    {
      "name": "BRU_IMAGE",
      "description": "The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/cli/overview.html)",
      "default": "registry.hub.docker.com/library/node:lts-alpine"
      "default": "docker.io/library/node:lts-alpine"
    },
    {
      "name": "BRU_COLLECTIONS",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/cli/overview.html)
      default: registry.hub.docker.com/library/node:lts-alpine
      default: docker.io/library/node:lts-alpine
    collections:
      description: The matcher to select Bruno collection directory(ies) to run
      default: bruno