Skip to content

Commit

Permalink
Update base image to v1.21.8b1
Browse files Browse the repository at this point in the history
Issue: rancher/rke2#5089
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Mar 25, 2024
1 parent ed22ba1 commit 959de13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ platform:
steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

- name: publish
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} image-push
Expand All @@ -35,7 +35,7 @@ steps:
- tag

- name: scan
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand All @@ -58,15 +58,15 @@ platform:
steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

- name: publish
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} image-push
Expand All @@ -83,7 +83,7 @@ steps:
- tag

- name: scan
image: rancher/hardened-build-base:v1.20.7b3
image: rancher/hardened-build-base:v1.21.8b1
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG="v1.5"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.7b3
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.8b1

# Build the project
FROM ${GO_IMAGE} as builder
Expand Down

0 comments on commit 959de13

Please sign in to comment.