Skip to content

Commit

Permalink
Update to dapper v0.4.2
Browse files Browse the repository at this point in the history
This will add support for building k3s w/ dapper using buildkit.
  • Loading branch information
ibuildthecloud committed Jul 2, 2019
1 parent ebb12c7 commit ee9a643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -95,7 +95,7 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:
Expand Down Expand Up @@ -157,7 +157,7 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.4.2
commands:
- dapper ci
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9a643

Please sign in to comment.