Commit 5df1af04 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: change Docker Hub FQDN

parent abf64f5e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
@@ -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"
+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