Skip to content

Commit 46f1dd2

Browse files
committed
Build using dockerimage with Fedora 43 and node 24
1 parent 1a39233 commit 46f1dd2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kind: Pod
1414
spec:
1515
containers:
1616
- name: container
17-
image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f42-node22
17+
image: docker.io/akurtakov/fedora-gtk3-mutter-java-node:f43-node24
1818
imagePullPolicy: Always
1919
tty: true
2020
resources:

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipsecbi/fedora-gtk3-mutter:42-gtk3.24
1+
FROM eclipsecbi/fedora-gtk3-mutter:43-gtk3.24
22

33
# Back to root for install
44
USER 0
@@ -7,11 +7,11 @@ RUN dnf -y update && dnf -y install \
77
RUN dnf -y install xz
88
RUN dnf -y install procps-ng
99

10-
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz | tar -xzv
10+
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.14/binaries/apache-maven-3.9.14-bin.tar.gz | tar -xzv
1111

12-
RUN curl -L https://nodejs.org/dist/v22.18.0/node-v22.18.0-linux-x64.tar.xz | tar -xJ
12+
RUN curl -L https://nodejs.org/dist/v24.14.0/node-v24.14.0-linux-x64.tar.xz | tar -xJ
1313

14-
ENV PATH=/apache-maven-3.9.11/bin:/node-v22.18.0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
14+
ENV PATH=/apache-maven-3.9.14/bin:/node-v24.14.0-linux-x64/bin:/usr/lib/jvm/java-21/bin:$PATH
1515
ENV JAVA_HOME=/usr/lib/jvm/java-21
1616

1717
#Back to named user

0 commit comments

Comments
 (0)