Skip to content

Commit e4a6b8f

Browse files
authored
1 parent 587a81e commit e4a6b8f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/src/main/java/de/gesellix/docker/registry/DockerRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public DockerRegistry() {
3737
this.imageApi = new ImageApi(dockerClientConfig);
3838

3939
if (LocalDocker.isNativeWindows()) {
40-
imageNameWithTag = "gesellix/registry:3.0.0-rc.1-windows-ltsc2022";
40+
imageNameWithTag = "gesellix/registry:3.0.0-windows-ltsc2022";
4141
} else {
42-
imageNameWithTag = "registry:3.0.0-rc.1";
42+
imageNameWithTag = "registry:3.0.0";
4343
}
4444
imageNameWithTag = System.getProperty("DOCKER_REGISTRY_IMAGE_OVERRIDE", imageNameWithTag);
4545
}

registry-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GO111MODULE=auto
66
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
77

88
ENV DOCKER_BUILDTAGS include_oss include_gcs
9-
ENV DISTRIBUTION_VERSION v3.0.0-rc.1
9+
ENV DISTRIBUTION_VERSION v3.0.0
1010

1111
RUN mkdir src\github.com\distribution ; \
1212
cd src\github.com\distribution ; \

0 commit comments

Comments
 (0)