@@ -4,9 +4,9 @@ FROM openjdk:8-jre-slim
4
4
RUN groupadd -r -g 8117 gitblit && useradd -r -M -g gitblit -u 8117 -d /opt/gitblit gitblit
5
5
6
6
7
- ENV GITBLIT_VERSION 1.9.1
7
+ ENV GITBLIT_VERSION 1.9.2
8
8
9
- ENV GITBLIT_DOWNLOAD_SHA c0b3095add8cb935f14a9ad1db571be74144f1c71f6495769390b94ca6b7525f
9
+ ENV GITBLIT_DOWNLOAD_SHA 7c656d322160f094beddca12db7d2ea00ccfb62373c26a09c818dfb72d20d4d2
10
10
ENV GITBLIT_DOWNLOAD_URL https://github.com/gitblit/gitblit/releases/download/v${GITBLIT_VERSION}/gitblit-${GITBLIT_VERSION}.tar.gz
11
11
12
12
# Install fetch dependencies, and gsou to step down from root
@@ -40,7 +40,13 @@ LABEL maintainer="James Moger <james.moger@gitblit.com>, Florian Zschocke <f.zsc
40
40
org.label-schema.name="gitblit" \
41
41
org.label-schema.description="Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories." \
42
42
org.label-schema.url="http://gitblit.com" \
43
- org.label-schema.version="${GITBLIT_VERSION}"
43
+ org.label-schema.version="${GITBLIT_VERSION}" \
44
+ org.opencontainers.image.title="gitblit" \
45
+ org.opencontainers.image.description="Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories." \
46
+ org.opencontainers.image.url="http://gitblit.com" \
47
+ org.opencontainers.image.source="https://github.com/gitblit/gitblit-docker" \
48
+ org.opencontainers.image.documentation="https://github.com/gitblit/gitblit-docker/blob/master/hub-readme.md" \
49
+ org.opencontainers.image.version="${GITBLIT_VERSION}"
44
50
45
51
46
52
ENV GITBLIT_VAR /var/opt/gitblit
0 commit comments