Skip to content

Commit

Permalink
Merge pull request #11 from rancher/update_base_image2
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
dweomer authored Nov 4, 2021
2 parents eab9f3d + 0e98cd8 commit 747b807
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

- name: publish
image: rancher/hardened-build-base:v1.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
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.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ARCH="amd64"
ARG TAG="v3.7.1"
ARG TAG="v3.8"
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.7b7
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.9b7

# Build the multus project
FROM ${GO_IMAGE} as builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
TAG ?= v3.7.1$(BUILD_META)
TAG ?= v3.8$(BUILD_META)

ifneq ($(DRONE_TAG),)
TAG := $(DRONE_TAG)
Expand Down

0 comments on commit 747b807

Please sign in to comment.