Initial pull implemented.

Support for proxy repositories by pulling from the proxy and then tagging the image.
This commit is contained in:
2025-03-09 14:18:29 +01:00
parent 965dfbf245
commit b31e03bc7a
13 changed files with 292 additions and 15 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ ENV GOTOOLCHAIN=auto
COPY go.mod go.sum /opt/fetcher/
RUN go mod download
COPY cmd /opt/fetcher/cmd/
COPY cmd /opt/fetcher/cmd/
COPY pkg /opt/fetcher/pkg/
RUN go build -o bin ./cmd/...
RUN find . -type f