@@ -453,15 +453,15 @@ curl -X PUT -u admin:Harbor12345 'http://localhost:30002/api/v2.0/projects/1' -
453453
454454Then either import external images like so (requires `skopeo` but no prior pulling or insecure config necessary):
455455```bash
456- skopeo copy docker://bitnami /nginx:1.25.1 --dest-creds admin:Harbor12345 --dest-tls-verify=false docker://localhost:30002/library/nginx:1.25.1
456+ skopeo copy docker://bitnamilegacy /nginx:1.25.1 --dest-creds admin:Harbor12345 --dest-tls-verify=false docker://localhost:30002/library/nginx:1.25.1
457457```
458458
459459Alternatively, you could push existing images from your docker daemon.
460460However, this takes longer (pull first) and you' ll have to make sure to add ` localhost:30002` to ` insecure-registries` in ` /etc/docker/daemon.json` and restart your docker daemon first.
461461
462462` ` ` bash
463463docker login localhost:30002 -u admin -p Harbor12345
464- docker tag bitnami /nginx:1.25.1 localhost:30002/library/nginx:1.25.1
464+ docker tag bitnamilegacy /nginx:1.25.1 localhost:30002/library/nginx:1.25.1
465465docker push localhost:30002/library/nginx:1.25.1
466466` ` `
467467
@@ -567,7 +567,7 @@ curl --fail "http://localhost:30000/api/v2.0/projects/${projectId}/members" -X
567567skopeo copy docker://ghcr.io/cloudogu/mailhog:v1.0.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/mailhog
568568skopeo copy docker://ghcr.io/external-secrets/external-secrets:v0.9.16 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/external-secrets
569569skopeo copy docker://hashicorp/vault:1.14.0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/vault
570- skopeo copy docker://bitnami /nginx:1.23.3-debian-11-r8 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/nginx
570+ skopeo copy docker://bitnamilegacy /nginx:1.23.3-debian-11-r8 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/nginx
571571skopeo copy docker://registry.k8s.io/ingress-nginx/controller:v1.12.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/ingress-nginx
572572
573573# Monitoring
@@ -586,7 +586,7 @@ skopeo copy docker://quay.io/jetstack/cert-manager-cainjector:v1.16.1 --dest-cre
586586skopeo copy docker://quay.io/jetstack/cert-manager-webhook:v1.16.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/cert-manager-webhook
587587
588588# Needed for the builds to work with proxy-registry
589- skopeo copy docker://bitnami /kubectl:1.29 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/bitnami/kubectl:1.29
589+ skopeo copy docker://bitnamilegacy /kubectl:1.29 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/bitnami/kubectl:1.29
590590skopeo copy docker://eclipse-temurin:17-jre-alpine --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/eclipse-temurin:17-jre-alpine
591591skopeo copy docker://ghcr.io/cloudogu/helm:3.16.1-1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/helm:latest
592592` ` `
@@ -612,7 +612,7 @@ docker run --rm -t -u $(id -u) \
612612 --registry-proxy-password=Proxy12345 \
613613 --registry-username-read-only=RegistryRead \
614614 --registry-password-read-only=RegistryRead12345 \
615- --kubectl-image=localhost:30000/proxy/bitnami /kubectl:1.29 \
615+ --kubectl-image=localhost:30000/proxy/bitnamilegacy /kubectl:1.29 \
616616 --helm-image=localhost:30000/proxy/helm:latest \
617617 --petclinic-image=localhost:30000/proxy/eclipse-temurin:17-jre-alpine \
618618 --mailhog-image=localhost:30000/proxy/mailhog:latest \
0 commit comments