File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG GOLANG_VERSION=1.23.1
15+ ARG GOLANG_VERSION=1.23.8
1616# We use an ubuntu20.04 base image to allow for a more efficient multi-arch builds.
1717FROM --platform=${BUILDOS}/amd64 nvcr.io/nvidia/cuda:12.8.1-base-ubuntu20.04 AS build
1818
@@ -51,15 +51,15 @@ ENV NVIDIA_DRIVER_CAPABILITIES=utility
5151ARG VERSION="N/A"
5252ARG GIT_COMMIT="unknown"
5353
54- LABEL io.k8s.display-name="NVIDIA DRA Driver"
55- LABEL name="NVIDIA DRA Driver"
54+ LABEL io.k8s.display-name="NVIDIA DRA Driver for GPUs "
55+ LABEL name="NVIDIA DRA Driver for GPUs "
5656LABEL vendor="NVIDIA"
5757LABEL version=${VERSION}
5858LABEL com.nvidia.git-commit="${GIT_COMMIT}"
5959LABEL release="N/A"
60- LABEL summary="NVIDIA DRA driver for Kubernetes "
61- LABEL description="See summary "
62- LABEL org.opencontainers.image.description "NVIDIA GPU DRA driver for Kubernetes "
60+ LABEL summary="NVIDIA DRA Driver for GPUs "
61+ LABEL description="NVIDIA DRA Driver for GPUs "
62+ LABEL org.opencontainers.image.description "NVIDIA DRA Driver for GPUs "
6363LABEL org.opencontainers.image.source "https://github.com/NVIDIA/k8s-dra-driver-gpu"
6464
6565RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
Original file line number Diff line number Diff line change 1414
1515# This Dockerfile is also used to define the golang version used in this project
1616# This allows dependabot to manage this version in addition to other images.
17- FROM golang:1.23.1
17+ FROM golang:1.23.8
1818
1919WORKDIR /work
2020COPY * .
You can’t perform that action at this time.
0 commit comments