-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb771cc
commit ed75943
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ | |
## BUILD ARGS ## | ||
################################################################################ | ||
# This build arg allows the specification of a custom Golang image. | ||
ARG GOLANG_IMAGE=golang:1.22.2 | ||
ARG GOLANG_IMAGE=golang:1.22 | ||
|
||
# The distroless image on which the CPI manager image is built. | ||
# | ||
# Please do not use "latest". Explicit tags should be used to provide | ||
# deterministic builds. Follow what kubernetes uses to build | ||
# kube-controller-manager, for example for 1.27.x: | ||
# https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99 | ||
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.22.2-bookworm.0 | ||
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.22-bookworm.0 | ||
|
||
# We use Alpine as the source for default CA certificates and some output | ||
# images | ||
|
@@ -101,6 +101,6 @@ COPY --from=certs /etc/ssl/certs /etc/ssl/certs | |
LABEL name="vngcloud-blockstorage-csi-driver" \ | ||
maintainers="Cuong. Duong Manh" \ | ||
email="[email protected]" \ | ||
description="VngCloud BlockStorage CSI driver for VKS" | ||
description="VngCloud BlockStorage CSI driver for VKS workload clusters" | ||
|
||
CMD ["/bin/vngcloud-blockstorage-csi-driver"] |