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 96bc32f commit 4eca872Copy full SHA for 4eca872
tekton/builder.Dockerfile
@@ -1,13 +1,11 @@
1
-FROM container-registry.oracle.com/os/oraclelinux:9
+FROM container-registry.oracle.com/java/jdk-no-fee-term:21-oraclelinux9
2
3
ARG GoVersion
4
ARG GoArch
5
6
CMD ["/bin/bash"]
7
8
-RUN dnf install oracle-java-jdk-release-el* -y \
9
- && dnf install jdk-21-headful -y \
10
- && dnf install make which git -y
+RUN dnf install make which git -y
11
12
RUN curl -Ls https://go.dev/dl/go$GoVersion.linux-$GoArch.tar.gz -o go-linux.tar.gz \
13
&& rm -rf /usr/local/go \
0 commit comments