Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ include: # this job tests the Docker image on a remote Vault server (configurable) test-on-remote: image: "registry.hub.docker.com/curlimages/curl" image: "docker.io/curlimages/curl" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading Loading @@ -54,7 +54,7 @@ test-on-remote: # this job tests the Docker image on a local Vault server using the Vault server image # See: https://hub.docker.com/_/vault test-on-local: image: "registry.hub.docker.com/badouralix/curl-jq" image: "docker.io/badouralix/curl-jq" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/busybox:1.37.0 AS busybox FROM docker.io/library/busybox:1.37.0 AS busybox FROM scratch Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ include: # this job tests the Docker image on a remote Vault server (configurable) test-on-remote: image: "registry.hub.docker.com/curlimages/curl" image: "docker.io/curlimages/curl" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading Loading @@ -54,7 +54,7 @@ test-on-remote: # this job tests the Docker image on a local Vault server using the Vault server image # See: https://hub.docker.com/_/vault test-on-local: image: "registry.hub.docker.com/badouralix/curl-jq" image: "docker.io/badouralix/curl-jq" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/busybox:1.37.0 AS busybox FROM docker.io/library/busybox:1.37.0 AS busybox FROM scratch Loading