Skip to content

Commit

Permalink
Update debian-base image (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov committed May 28, 2020
1 parent 92a8d7a commit a4ac35b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
jobs:
- cloud-provider-openstack-acceptance-test-csi-cinder:
files:
- cluster/images/cinder-csi-plugin/.*
- cmd/cinder-csi-plugin/.*
- manifests/cinder-csi-plugin/.*
- pkg/csi/cinder/.*
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ARG DEBIAN_ARCH=amd64
# We not using scratch because we need to keep the basic image information
# from parent image
FROM k8s.gcr.io/debian-base-${DEBIAN_ARCH}:1.0.0
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0

ARG ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEBIAN_ARCH=amd64
FROM k8s.gcr.io/debian-base-${DEBIAN_ARCH}:1.0.0
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0

ARG ARCH=amd64

Expand Down

0 comments on commit a4ac35b

Please sign in to comment.