Skip to content
Snippets Groups Projects
Commit dadb7def authored by Kenny Ho's avatar Kenny Ho
Browse files

Update container base image to Alpine 3.19.1

parent f27abcb2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ WORKDIR /go/src/github.com/ROCm/k8s-device-plugin/cmd/k8s-device-plugin
RUN go install \
-ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/ROCm/k8s-device-plugin/ describe --always --long --dirty)"
FROM alpine:3.19.0
FROM alpine:3.19.1
LABEL \
org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \
org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \
......
......@@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/ROCm/k8s-device-plugin/cmd/k8s-node-labeller
RUN go install \
-ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/ROCm/k8s-device-plugin/ describe --always --long --dirty)"
FROM alpine:3.19.0
FROM alpine:3.19.1
LABEL \
org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \
org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment