Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -11,7 +11,7 @@ RUN apk update && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make build install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
4 changes: 2 additions & 2 deletions v1.10/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -8,7 +8,7 @@ RUN git clone -b ${GITEA_BRANCH} ${GITEA_REPO} /srv/app/src/${GITEA_PATH} && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make generate install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
4 changes: 2 additions & 2 deletions v1.11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -11,7 +11,7 @@ RUN apk update && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make build install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
4 changes: 2 additions & 2 deletions v1.12/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -11,7 +11,7 @@ RUN apk update && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make build install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
4 changes: 2 additions & 2 deletions v1.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -8,7 +8,7 @@ RUN git clone -b ${GITEA_BRANCH} ${GITEA_REPO} /srv/app/src/${GITEA_PATH} && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make generate install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
4 changes: 2 additions & 2 deletions v1.9/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.25-amd64@sha256:64ca4ec43f63c42f3ff691f1898d8052cce2d7f4d239813050e9ec073ba49123 as build
FROM webhippie/golang:1.25-amd64@sha256:a0585cadeddc79d4148305ce114d07b6691b764009523c78669fb0ea80b1a935 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand All @@ -8,7 +8,7 @@ RUN git clone -b ${GITEA_BRANCH} ${GITEA_REPO} /srv/app/src/${GITEA_PATH} && \
cd /srv/app/src/${GITEA_PATH} && \
TAGS="bindata sqlite" make generate install

FROM webhippie/alpine:latest-amd64@sha256:ef60e205e8eb111fd82b3b81f9741b69a62a4e096fe12588dabe850987193673
FROM webhippie/alpine:latest-amd64@sha256:85ab61be2e79f59320a2ddf9e297b3f84015d856360f5c10bd774d096e5083f6

LABEL maintainer="Thomas Boerger <thomas@webhippie.de>" \
org.label-schema.name="Gitea" \
Expand Down
Loading