Skip to content

Commit

Permalink
Merge pull request #1 from rosskirkpat/main
Browse files Browse the repository at this point in the history
bump to 1.16.7b7 build base
  • Loading branch information
manuelbuil authored Sep 20, 2021
2 parents 5f99608 + ef03bf3 commit 4925a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.15.8b5
image: rancher/hardened-build-base:v1.16.7b7
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

- name: publish
image: rancher/hardened-build-base:v1.15.8b5
image: rancher/hardened-build-base:v1.16.7b7
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} image-push image-manifest
Expand All @@ -35,7 +35,7 @@ steps:
- tag

- name: scan
image: rancher/hardened-build-base:v1.15.8b5
image: rancher/hardened-build-base:v1.16.7b7
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,7 +1,7 @@
ARG ARCH="amd64"
ARG TAG="v0.9.1"
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.8b5
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.7b7

### Build the cni-plugins ###
FROM ${GO_IMAGE} as cni_plugins
Expand Down

0 comments on commit 4925a24

Please sign in to comment.