8000 Use maven/temurin container image. Fixes GLIBC issue. · Labs64/NetLicensingClient-java@002d480 · GitHub
[go: up one dir, main page]

Skip to content

Commit 002d480

Browse files
kkorotkovr-brown
authored andcommitted
Use maven/temurin container image. Fixes GLIBC issue.
1 parent d2e24e9 commit 002d480

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/netlicensing-client-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: self-hosted
1616
env:
1717
RELEASE_WORK_DIR: checkout-for-release
18-
container: maven:3-amazoncorretto-17-al2023
18+
container: maven:3-eclipse-temurin-17
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -28,8 +28,8 @@ jobs:
2828

2929
steps:
3030
# Specific to maven:3-amazoncorretto-17-al2023 image
31-
- name: Install required tooling
32-
run: yum install -y --allowerasing git gnupg2
31+
# - name: Install required tooling
32+
# run: yum install -y --allowerasing git gnupg2
3333

3434
- name: Checkout the sources
3535
uses: actions/checkout@v4

.github/workflows/netlicesning-client-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
runs-on: [self-hosted]
16-
container: maven:3-amazoncorretto-17
16+
container: maven:3-eclipse-temurin-17
1717
env:
1818
# This is needed, as java doesn't respect the environment variable $HOME, but gets the
1919
# user home by other means from the system. The default user in the above container is
@@ -35,7 +35,7 @@ jobs:
3535

3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- name: Prepare maven settings.xml
4141
run: |

0 commit comments

Comments
 (0)
0