1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-17 18:26:19 +02:00

Merge pull request #172 from v2tec/build-image-update

update to build image with docker 17.05.0-ce and latest goreleaser
This commit is contained in:
stffabi 2018-03-02 16:03:17 +01:00 committed by GitHub
commit fbf6c0d620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2,12 +2,12 @@ version: 2
jobs:
build:
docker:
- image: v2tec/gobuilder:0.2.0_go1.7.4-glide0.12.3-goreleaser0.40.3-docker17.03.0
- image: v2tec/gobuilder:0.5.0_go1.7.4-glide0.12.3-goreleaser0.59.0-docker17.05.0
working_directory: /src
steps:
- checkout
- setup_remote_docker:
version: 17.03.0-ce
version: 17.05.0-ce
- run: git fetch --tags
- run: |
docker login -u $DOCKER_USER -p $DOCKER_PASS

View File

@ -58,7 +58,8 @@ dockers:
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/amd64/Dockerfile
tag_template: "{{ .Version }}"
tag_templates:
- '{{ .Version }}'
-
goos: linux
goarch: arm
@ -66,4 +67,5 @@ dockers:
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/armhf/Dockerfile
tag_template: "armhf-{{ .Version }}"
tag_templates:
- 'armhf-{{ .Version }}'