Merge pull request #609 from ibuildthecloud/master

Update to dapper v0.4.2
This commit is contained in:
Erik Wilson 2019-07-03 15:10:12 -07:00 committed by GitHub
commit 46e3f7b8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ platform:
steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:
@ -56,7 +56,7 @@ steps:
- tag
- name: sonobuoy-e2e-tests
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper -f Dockerfile.sonobuoy.dapper
volumes:
@ -95,7 +95,7 @@ platform:
steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:
@ -157,7 +157,7 @@ platform:
steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:

View File

@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh)
.dapper:
@echo Downloading dapper
@curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > .dapper.tmp
@curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-`uname -s`-`uname -m` > .dapper.tmp
@@chmod +x .dapper.tmp
@./.dapper.tmp -v
@mv .dapper.tmp .dapper