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 8575ecd commit 7bda094Copy full SHA for 7bda094
OracleLinuxDevelopers/oraclelinux8/golang/1.24/Dockerfile
@@ -0,0 +1,9 @@
1
+# Copyright (c) 2025 Oracle and/or its affiliates.
2
+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+
4
+FROM ghcr.io/oracle/oraclelinux:8
5
6
+RUN dnf -y install go-toolset-1.24.4 && \
7
+ rm -rf /var/cache/dnf
8
9
+CMD ["/bin/go", "version"]
0 commit comments