We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d075160 commit 32e44afCopy full SHA for 32e44af
Dockerfile.rootless
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM docker.io/library/golang:1.22-alpine3.20 AS build-env
+FROM harbor-dev.matera.com/docker-hub/library/golang:1.22-alpine3.20 AS build-env
3
4
ARG GOPROXY
5
ENV GOPROXY=${GOPROXY:-direct}
@@ -39,7 +39,7 @@ RUN chmod 755 /tmp/local/usr/local/bin/docker-entrypoint.sh \
39
/go/src/code.gitea.io/gitea/environment-to-ini
40
RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
41
42
-FROM docker.io/library/alpine:3.20
+FROM harbor-dev.matera.com/docker-hub/library/alpine:3.20
43
LABEL maintainer="[email protected]"
44
45
EXPOSE 2222 3000
0 commit comments