Skip to content

Commit 7bda094

Browse files
jakegt1Djelibeybi
authored andcommitted
Add ol8 version
1 parent 8575ecd commit 7bda094

File tree

1 file changed

+9
-0
lines changed
  • OracleLinuxDevelopers/oraclelinux8/golang/1.24

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)