|
|
|
@ -4,7 +4,7 @@ ARG BUILD_DATE
|
|
|
|
|
|
|
|
|
|
LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea"
|
|
|
|
|
LABEL org.opencontainers.image.description="A painless self-hosted Git service."
|
|
|
|
|
LABEL org.opencontainers.image.version="1.17.2"
|
|
|
|
|
LABEL org.opencontainers.image.version="1.17.3"
|
|
|
|
|
LABEL org.opencontainers.image.url="https://gitea.io"
|
|
|
|
|
LABEL org.opencontainers.image.authors="Tamás Gérczei <tamas@gerczei.eu>"
|
|
|
|
|
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
|
|
|
@ -15,7 +15,7 @@ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys
|
|
|
|
|
|
|
|
|
|
# using a community package re-built locally via apkbuild with MySQL support
|
|
|
|
|
RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.16 --no-cache \
|
|
|
|
|
git-lfs=3.1.4-r3 \
|
|
|
|
|
git-lfs=3.1.4-r5 \
|
|
|
|
|
openssh-keygen=9.0_p1-r2 \
|
|
|
|
|
bash=5.1.16-r2 \
|
|
|
|
|
gitea=1.17.2-r0 && \
|
|
|
|
|