Skip to content

Commit

Permalink
Remove dapper base image
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed May 30, 2024
1 parent 7757614 commit 8f7d3de
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.6.0
image: docker:25.0.5
commands:
- apk add make git bash file
- git config --global --add safe.directory /drone/src
- make
environment:
ARCH: "${DRONE_STAGE_ARCH}"
Expand Down Expand Up @@ -69,7 +70,7 @@ steps:
- refs/tags/*

- name: test-image
image: rancher/dapper:v0.6.0
image: docker:25.0.5
commands:
- docker build -t kine:test-${DRONE_COMMIT} -f Dockerfile.test .
environment:
Expand All @@ -82,7 +83,7 @@ steps:
- pull_request

- name: test-sqlite
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand All @@ -99,7 +100,7 @@ steps:
- pull_request

- name: test-mysql
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand All @@ -116,7 +117,7 @@ steps:
- pull_request

- name: test-postgres
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand All @@ -133,7 +134,7 @@ steps:
- pull_request

- name: test-cockroachdb
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand All @@ -150,7 +151,7 @@ steps:
- pull_request

- name: test-schema-migration
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand All @@ -167,7 +168,7 @@ steps:
- pull_request

- name: test-nats
image: rancher/dapper:v0.6.0
image: docker:25.0.5
depends_on:
- build
- test-image
Expand Down Expand Up @@ -207,7 +208,7 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.6.0
image: docker:25.0.5
commands:
- apk add make git bash file
- make
Expand Down Expand Up @@ -282,7 +283,7 @@ platform:

steps:
- name: build
image: rancher/dapper:v0.5.0 # Fixed to v0.5.0 as newer versions of dapper don't work on arm
image: docker:25.0.5
commands:
- apk add make git bash file
- make
Expand Down

0 comments on commit 8f7d3de

Please sign in to comment.