Commit 7e16e5db authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Cédric OLIVIER
Browse files

fix: Add registry name in all Docker images

parent 50312d00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ The Cloud Foundry template uses some global configuration used throughout all jo

| Name                   | description                            | default value     |
| ---------------------- | -------------------------------------- | ----------------- |
| `CF_CLI_IMAGE`         | the Docker image used to run CF CLI commands <br/>:warning: **set the version required by your Cloud Foundry server** | `governmentpaas/cf-cli` |
| `CF_CLI_IMAGE`         | the Docker image used to run CF CLI commands <br/>:warning: **set the version required by your Cloud Foundry server** | `registry.hub.docker.com/governmentpaas/cf-cli` |
| `CF_MANIFEST_BASENAME` | CF manifest file basename (without extension nor env suffix) | `manifest`            |
| `CF_URL`               | Default CF API url                     | **has to be defined** |
| :lock: `CF_USER`       | Default CF user name                   | **has to be defined** |
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    {
      "name": "CF_CLI_IMAGE",
      "description": "The Docker image used to run CF CLI commands - **set the version required by your Cloud Foundry server**",
      "default": "governmentpaas/cf-cli"
      "default": "registry.hub.docker.com/governmentpaas/cf-cli"
    },
    {
      "name": "CF_MANIFEST_BASENAME",
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ variables:
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  # Docker Image with CF CLI tool (can be overridden)
  CF_CLI_IMAGE: "governmentpaas/cf-cli"
  CF_CLI_IMAGE: "registry.hub.docker.com/governmentpaas/cf-cli"

  CF_MANIFEST_BASENAME: "manifest"