Skip to content

Commit 63d9186

Browse files
committed
Update to Gitblit release 1.9.2
1 parent 4feb658 commit 63d9186

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Dockerfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM openjdk:8-jre-slim
44
RUN groupadd -r -g 8117 gitblit && useradd -r -M -g gitblit -u 8117 -d /opt/gitblit gitblit
55

66

7-
ENV GITBLIT_VERSION 1.9.1
7+
ENV GITBLIT_VERSION 1.9.2
88

9-
ENV GITBLIT_DOWNLOAD_SHA c0b3095add8cb935f14a9ad1db571be74144f1c71f6495769390b94ca6b7525f
9+
ENV GITBLIT_DOWNLOAD_SHA 7c656d322160f094beddca12db7d2ea00ccfb62373c26a09c818dfb72d20d4d2
1010
ENV GITBLIT_DOWNLOAD_URL https://github.com/gitblit/gitblit/releases/download/v${GITBLIT_VERSION}/gitblit-${GITBLIT_VERSION}.tar.gz
1111

1212
# 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
4040
org.label-schema.name="gitblit" \
4141
org.label-schema.description="Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories." \
4242
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}"
4450

4551

4652
ENV GITBLIT_VAR /var/opt/gitblit

Dockerfile.alpine

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM openjdk:8-jre-alpine
44
RUN addgroup -S -g 8117 gitblit && adduser -S -H -G gitblit -u 8117 -h /opt/gitblit gitblit
55

66

7-
ENV GITBLIT_VERSION 1.9.1
7+
ENV GITBLIT_VERSION 1.9.2
88

9-
ENV GITBLIT_DOWNLOAD_SHA c0b3095add8cb935f14a9ad1db571be74144f1c71f6495769390b94ca6b7525f
9+
ENV GITBLIT_DOWNLOAD_SHA 7c656d322160f094beddca12db7d2ea00ccfb62373c26a09c818dfb72d20d4d2
1010
ENV GITBLIT_DOWNLOAD_URL https://github.com/gitblit/gitblit/releases/download/v${GITBLIT_VERSION}/gitblit-${GITBLIT_VERSION}.tar.gz
1111

1212
# Install su-exec to step down from root
@@ -40,7 +40,13 @@ LABEL maintainer="James Moger <james.moger@gitblit.com>, Florian Zschocke <f.zsc
4040
org.label-schema.name="gitblit" \
4141
org.label-schema.description="Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories." \
4242
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}"
4450

4551

4652
ENV GITBLIT_VAR /var/opt/gitblit

0 commit comments

Comments
 (0)