Skip to content

Commit

Permalink
Update runtime image to registry:3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 23ad2b3 commit 9ae8827
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public DockerRegistry() {
this.imageApi = new ImageApi(dockerClientConfig);

if (LocalDocker.isNativeWindows()) {
imageNameWithTag = "gesellix/registry:2.8.3-windows-ltsc2022";
imageNameWithTag = "gesellix/registry:3.0.0-alpha.1-windows-ltsc2022";
} else {
imageNameWithTag = "registry:2.8.3";
imageNameWithTag = "registry:3.0.0-alpha.1";
}
imageNameWithTag = System.getProperty("DOCKER_REGISTRY_IMAGE_OVERRIDE", imageNameWithTag);
}
Expand Down

0 comments on commit 9ae8827

Please sign in to comment.