Skip to content

Commit

Permalink
Merge pull request #25 from dockhippie/enable-1.12
Browse files Browse the repository at this point in the history
Enable build for 1.12
  • Loading branch information
tboerger authored Jul 20, 2020
2 parents 07e3ec8 + e025fa3 commit 30ae18a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 350 deletions.
4 changes: 4 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ def main(ctx):
'path': 'latest',
'tag': 'latest',
},
{
'path': 'v1.12',
'tag': '1.12',
},
{
'path': 'v1.11',
'tag': '1.11',
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These are docker images for [Gitea](https://gitea.io/en-us/) running on an [Alpi
## Versions

* [latest](./latest) available as `webhippie/gitea:latest`
* [1.12](./v1.12) available as `webhippie/gitea:1.12`
* [1.11](./v1.11) available as `webhippie/gitea:1.11`
* [1.10](./v1.10) available as `webhippie/gitea:1.11`
* [1.9](./v1.9) available as `webhippie/gitea:1.9`
Expand Down
341 changes: 0 additions & 341 deletions env.txt

This file was deleted.

4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM webhippie/golang:1.12-amd64 as build
FROM webhippie/golang:1.14-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
ENV GITEA_BRANCH release/v1.11
ENV GITEA_BRANCH release/v1.12

RUN apk update && \
apk upgrade && \
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm32v6
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM webhippie/golang:1.12-arm32v6 as build
FROM webhippie/golang:1.14-arm32v6 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
ENV GITEA_BRANCH release/v1.11
ENV GITEA_BRANCH release/v1.12

RUN apk update && \
apk upgrade && \
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM webhippie/golang:1.12-arm64v8 as build
FROM webhippie/golang:1.14-arm64v8 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
ENV GITEA_BRANCH release/v1.11
ENV GITEA_BRANCH release/v1.12

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion v1.12/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.14 as build
FROM webhippie/golang:1.14-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
Loading

0 comments on commit 30ae18a

Please sign in to comment.