Skip to content

Commit 40273de

Browse files
authored
HDDS-11685. Use ozone-testkrb5 from GitHub (apache#7424)
(cherry picked from commit 27fcd0c)
1 parent 2298963 commit 40273de

15 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ env:
3232
TEST_JAVA_VERSION: 17 # JDK version used by CI build and tests; should match the JDK version in apache/ozone-runner image
3333
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
3434
OZONE_RUNNER_IMAGE: ghcr.io/apache/ozone-runner
35-
OZONE_RUNNER_VERSION: 20241108-jdk17-1
3635
OZONE_WITH_COVERAGE: ${{ github.event_name == 'push' }}
3736
jobs:
3837
build-info:

hadoop-ozone/dist/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<properties>
2929
<file.encoding>UTF-8</file.encoding>
3030
<downloadSources>true</downloadSources>
31-
<docker.ozone-runner.version>20241104-jdk17-1</docker.ozone-runner.version>
32-
<docker.ozone-testkr5b.image>apache/ozone-testkrb5:20230318-1</docker.ozone-testkr5b.image>
31+
<docker.ozone-runner.version>20241108-jdk17-1</docker.ozone-runner.version>
32+
<docker.ozone-testkr5b.image>ghcr.io/apache/ozone-testkrb5:20241112-1</docker.ozone-testkr5b.image>
3333
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so far -->
3434
</properties>
3535

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)