Commit 51b1bc67 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent ba4cd28e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ The S2I template uses some global configuration used throughout all jobs.

| Input / Variable | Description                                | Default value     |
| ------------------ | ------------------------------------------ | ----------------- |
| `dind-image` / `S2I_DIND_IMAGE` | The Docker image used to run the Docker daemon | `registry.hub.docker.com/library/docker:dind`    <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-S2I_DIND_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-S2I_DIND_IMAGE) |
| `dind-image` / `S2I_DIND_IMAGE` | The Docker image used to run the Docker daemon | `docker.io/library/docker:dind`    <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-S2I_DIND_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-S2I_DIND_IMAGE) |
| `skopeo-image` / `S2I_SKOPEO_IMAGE` | The container image used to run [skopeo](https://github.com/containers/skopeo) | `quay.io/skopeo/stable:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-S2I_SKOPEO_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-S2I_SKOPEO_IMAGE) |
| `version` / `S2I_VERSION` | The target S2I version to install/use      | `latest`|
| `platform` / `S2I_PLATFORM` | The target S2I platform to install/use     | `linux-386` |
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    {
      "name": "S2I_DIND_IMAGE",
      "description": "The image used to run the Docker daemon",
      "default": "registry.hub.docker.com/library/docker:dind"
      "default": "docker.io/library/docker:dind"
    },
    {
      "name": "S2I_SKOPEO_IMAGE",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    dind-image:
      description: The image used to run the Docker daemon
      default: registry.hub.docker.com/library/docker:dind
      default: docker.io/library/docker:dind
    skopeo-image:
      description: The image used to push the built container image with Skopeo
      default: quay.io/skopeo/stable:latest