We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f551f03 commit 22a8f10Copy full SHA for 22a8f10
images/Dockerfile.nvidia
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+ARG BASE_IMAGE_GO_DISTROLESS_DEV
16
+
17
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder
18
19
ARG GOPROXY
@@ -35,7 +37,7 @@ RUN apt-get update && \
35
37
FROM alpine:3 AS pkgs
36
38
RUN apk add --no-cache hwdata-pci kmod
39
-FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev
40
+FROM ${BASE_IMAGE_GO_DISTROLESS_DEV:-nvcr.io/nvidia/distroless/go:v3.2.1-dev}
41
42
USER 0:0
43
SHELL ["/busybox/sh", "-c"]
0 commit comments