Skip to content

Commit

Permalink
[chore] update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Jun 4, 2024
1 parent bb771cc commit ed75943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]

0 comments on commit ed75943

Please sign in to comment.