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
14
14
spec:
15
15
containers:
16
16
- 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
18
18
imagePullPolicy: Always
19
19
tty: true
20
- command: [ "uid_entrypoint", "cat" ]
21
20
resources:
22
21
limits:
23
22
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
2
2
3
3
# Back to root for install
4
4
USER 0
@@ -8,11 +8,11 @@ RUN dnf -y install nodejs npm
8
8
RUN dnf -y install xz
9
9
RUN dnf -y install procps-ng
10
10
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
12
12
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
14
14
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
16
16
ENV JAVA_HOME=/usr/lib/jvm/java-21
17
17
18
18
# Back to named user
You can’t perform that action at this time.
0 commit comments