Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Explicitly use harbor-repo.vmware.com in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
seemiller committed Oct 7, 2022
1 parent 3035775 commit d29b21c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion capabilities/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion featuregates/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pinniped-components/post-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the post-deploy binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the tanzu-auth-controller-manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v1/tkr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/object-propagation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/tkr/controller/tkr-source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/tkr/controller/tkr-status/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/tkr/webhook/cluster/tkr-resolver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/tkr/webhook/infra-machine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down
2 changes: 1 addition & 1 deletion pkg/v2/tkr/webhook/tkr-conversion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build from publicly reachable source by default, but allow people to re-build images on
# top of their own trusted images.
ARG BUILDER_BASE_IMAGE=golang:1.18
ARG BUILDER_BASE_IMAGE=harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18

# Build the manager binary
FROM $BUILDER_BASE_IMAGE as builder
Expand Down

0 comments on commit d29b21c

Please sign in to comment.