Initial pull implemented.
Support for proxy repositories by pulling from the proxy and then tagging the image.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user