Skip to content

Commit 45a74c7

Browse files
committed
chore(docker): use the full name of registry
1 parent 2b96847 commit 45a74c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM minio/mc:latest as mc
1+
FROM docker.io/minio/mc:latest as mc
22

33

4-
FROM drycc/go-dev:latest AS build
4+
FROM docker.io/drycc/go-dev:latest AS build
55
ARG LDFLAGS
66
ADD . /app
77
RUN export GO111MODULE=on \
@@ -10,7 +10,7 @@ RUN export GO111MODULE=on \
1010
&& upx -9 --brute /usr/local/bin/registry
1111

1212

13-
FROM registry:2.7
13+
FROM docker.io/library/registry:2.7
1414

1515
COPY rootfs /
1616
COPY --from=mc /usr/bin/mc /bin/mc

0 commit comments

Comments
 (0)