Skip to content

Commit 4eca872

Browse files
authored
Update Tekton builder Dockerfile (#793)
1 parent 96bc32f commit 4eca872

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tekton/builder.Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
FROM container-registry.oracle.com/os/oraclelinux:9
1+
FROM container-registry.oracle.com/java/jdk-no-fee-term:21-oraclelinux9
22

33
ARG GoVersion
44
ARG GoArch
55

66
CMD ["/bin/bash"]
77

8-
RUN dnf install oracle-java-jdk-release-el* -y \
9-
&& dnf install jdk-21-headful -y \
10-
&& dnf install make which git -y
8+
RUN dnf install make which git -y
119

1210
RUN curl -Ls https://go.dev/dl/go$GoVersion.linux-$GoArch.tar.gz -o go-linux.tar.gz \
1311
&& rm -rf /usr/local/go \

0 commit comments

Comments
 (0)