File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
16
16
REGISTRY_NAME = $(shell echo $(REGISTRY ) | sed "s/.azurecr.io//g")
17
17
GIT_COMMIT ?= $(shell git rev-parse HEAD)
18
18
IMAGE_NAME =secrets-store-csi
19
- IMAGE_VERSION? =v0.0.13
19
+ IMAGE_VERSION? =v0.0.14
20
20
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT )
21
21
# Use a custom version for E2E tests if we are testing in CI
22
22
ifdef CI
Original file line number Diff line number Diff line change 1
- linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1 .0
1
+ linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2 .0
2
2
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
3
3
windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903
4
4
windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909
Original file line number Diff line number Diff line change 1
- ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1 .0
1
+ ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2 .0
2
2
3
3
FROM golang:1.13.10-alpine3.10 as builder
4
4
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
Original file line number Diff line number Diff line change 14
14
15
15
REGISTRY? =docker.io/deislabs
16
16
IMAGE_NAME =driver
17
- IMAGE_VERSION? =v0.0.13
17
+ IMAGE_VERSION? =v0.0.14
18
18
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
19
19
export
20
20
You can’t perform that action at this time.
0 commit comments