File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.5
2
- MAINTAINER Thomas Boerger <
[email protected] >
1
+ FROM gitea/gitea-base
2
+ LABEL maintainer " Thomas Boerger <[email protected] >"
3
3
4
4
EXPOSE 22 3000
5
5
Original file line number Diff line number Diff line change @@ -198,14 +198,14 @@ docker:
198
198
docker build -t $(DOCKER_REF ) .
199
199
200
200
.PHONY : docker-multi-arch-push-manifest
201
- docker-multi-arch-push-manifest : DOCKER_MANIFEST ?= docker/manifest/base.yml # Manifest to update
201
+ docker-multi-arch-push-manifest : DOCKER_MANIFEST ?= docker/manifest/base.yml
202
202
docker-multi-arch-push-manifest :
203
203
@hash manifest-tool > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
204
204
go get -u github.com/estesp/manifest-tool; \
205
205
fi
206
- $(SED_INPLACE ) " s;gitea/gitea;$( DOCKER_IMAGE) ;g" $(DOCKER_MANIFEST ) # Replace if using custom image name
207
- @manifest-tool --docker-cfg $HOME /.docker/ push from-spec $(DOCKER_MANIFEST ) # Up new references
208
- $(SED_INPLACE ) " s;$( DOCKER_IMAGE) ;gitea/gitea;g" $(DOCKER_MANIFEST ) # Revert back config
206
+ $(SED_INPLACE ) " s;gitea/gitea;$( DOCKER_IMAGE) ;g" $(DOCKER_MANIFEST )
207
+ @manifest-tool push from-spec $(DOCKER_MANIFEST )
208
+ $(SED_INPLACE ) " s;$( DOCKER_IMAGE) ;gitea/gitea;g" $(DOCKER_MANIFEST )
209
209
210
210
.PHONY : release
211
211
release : release-dirs release-windows release-linux release-darwin release-copy release-check
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ manifests:
4
4
platform :
5
5
architecture : amd64
6
6
os : linux
7
- - image:multiarch/alpine:x86-latest-stable
7
+ - image : multiarch/alpine:x86-latest-stable
8
8
platform :
9
9
architecture : 386
10
10
os : linux
You can’t perform that action at this time.
0 commit comments