Skip to content

Commit

Permalink
chore: cgit 1.2.3-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Mar 15, 2022
1 parent 7f2ded1 commit fcfb941
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
FROM nginx:1.21.5-alpine

ARG VERSION=0.0.0
ENV VERSION=${VERSION}

# CGit
ARG CGIT_VERSION=1.2.3-r0
ARG CGIT_VERSION=1.2.3-r2
ENV CGIT_VERSION=${CGIT_VERSION}
ENV CGIT_TITLE="cgit"
ENV CGIT_DESC="The hyperfast web frontend for Git repositories"
ENV CGIT_VROOT="/"
ENV CGIT_SECTION_FROM_STARTPATH=0
ENV CGIT_MAX_REPO_COUNT=50

LABEL version="${CGIT_VERSION}" \
description="The hyperfast web frontend for Git repositories on top of Alpine + Nginx." \
LABEL version="${VERSION}" \
description="The hyperfast web frontend for Git repositories on top of Alpine and Nginx." \
maintainer="Jose Quintana <joseluisq.net>"

RUN set -eux \
Expand Down Expand Up @@ -50,6 +53,6 @@ CMD chown nginx:nginx /var/cache/cgit \
LABEL org.opencontainers.image.vendor="Jose Quintana" \
org.opencontainers.image.url="https://github.com/joseluisq/alpine-cgit" \
org.opencontainers.image.title="cgit" \
org.opencontainers.image.description="The hyperfast web frontend for Git repositories on top of Alpine + Nginx." \
org.opencontainers.image.version="${CGIT_VERSION}" \
org.opencontainers.image.description="The hyperfast web frontend for Git repositories on top of Alpine and Nginx." \
org.opencontainers.image.version="${VERSION}" \
org.opencontainers.image.documentation="https://github.com/joseluisq/alpine-cgit"

0 comments on commit fcfb941

Please sign in to comment.