File tree 3 files changed +1
-29
lines changed
3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 1
- FROM sapk/gitea-base
1
+ FROM alpine:3.6
2
2
LABEL maintainer="The Gitea Authors"
3
3
4
4
EXPOSE 22 3000
Original file line number Diff line number Diff line change @@ -9,13 +9,3 @@ DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
9
9
docker :
10
10
docker run -ti --rm -v $(CURDIR ) :/srv/app/src/code.gitea.io/gitea -w /srv/app/src/code.gitea.io/gitea -e TAGS=" bindata $( TAGS) " webhippie/golang:edge make clean generate build
11
11
docker build -t $(DOCKER_REF ) .
12
-
13
- .PHONY : docker-multi-arch-push-manifest
14
- docker-multi-arch-push-manifest : DOCKER_MANIFEST ?= docker/manifest/base.yml
15
- docker-multi-arch-push-manifest :
16
- @hash manifest-tool > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
17
- go get -u github.com/estesp/manifest-tool; \
18
- fi
19
- $(SED_INPLACE ) " s;gitea/gitea;$( DOCKER_IMAGE) ;g" $(DOCKER_MANIFEST )
20
- @manifest-tool push from-spec $(DOCKER_MANIFEST )
21
- $(SED_INPLACE ) " s;$( DOCKER_IMAGE) ;gitea/gitea;g" $(DOCKER_MANIFEST )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments