File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ kind: Pod
1414spec:
1515 containers:
1616 - name: container
17- image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:java-21-node-20
17+ image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f41-node22
1818 imagePullPolicy: Always
1919 tty: true
20- command: [ "uid_entrypoint", "cat" ]
2120 resources:
2221 limits:
2322 memory: "4Gi"
Original file line number Diff line number Diff line change 1- FROM eclipsecbi/fedora-gtk3-mutter:39 -gtk3.24
1+ FROM eclipsecbi/fedora-gtk3-mutter:41 -gtk3.24
22
33# Back to root for install
44USER 0
@@ -8,11 +8,11 @@ RUN dnf -y install nodejs npm
88RUN dnf -y install xz
99RUN dnf -y install procps-ng
1010
11- RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.6 /binaries/apache-maven-3.9.6 -bin.tar.gz | tar -xzv
11+ RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.tar.gz | tar -xzv
1212
13- RUN curl -L https://nodejs.org/dist/v20 .11.1 /node-v20 .11.1 -linux-x64.tar.xz | tar -xJ
13+ RUN curl -L https://nodejs.org/dist/v22 .11.0 /node-v22 .11.0 -linux-x64.tar.xz | tar -xJ
1414
15- ENV PATH=/apache-maven-3.9.6 /bin:/node-v20 .11.1 -linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
15+ ENV PATH=/apache-maven-3.9.9 /bin:/node-v22 .11.0 -linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
1616ENV JAVA_HOME=/usr/lib/jvm/java-21
1717
1818# Back to named user
You can’t perform that action at this time.
0 commit comments