Skip to content

Commit 6d40928

Browse files
authored
Build with Go 1.23.8, update image metadata (#324)
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 9e7def9 commit 6d40928

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

deployments/container/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.
1717
FROM --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
5151
ARG VERSION="N/A"
5252
ARG 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"
5656
LABEL vendor="NVIDIA"
5757
LABEL version=${VERSION}
5858
LABEL com.nvidia.git-commit="${GIT_COMMIT}"
5959
LABEL 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"
6363
LABEL org.opencontainers.image.source "https://github.com/NVIDIA/k8s-dra-driver-gpu"
6464

6565
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE

deployments/devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

1919
WORKDIR /work
2020
COPY * .

0 commit comments

Comments
 (0)