Skip to content

Commit 0a0771d

Browse files
author
lijianguo
committed
chore(docker): use the full name of registry
1 parent b46cbbb commit 0a0771d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM drycc/go-dev:latest AS go-dev
1+
FROM docker.io/drycc/go-dev:latest AS go-dev
22

33

4-
FROM grafana/grafana:7.3.4
4+
FROM docker.io/grafana/grafana:7.3.4
55
USER root
66
COPY . /
77
COPY --from=go-dev /bin/envtpl /usr/share/grafana/envtpl

telegraf/rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM drycc/go-dev:latest AS go-dev
1+
FROM docker.io/drycc/go-dev:latest AS go-dev
22

33

4-
FROM telegraf:1.16.2
4+
FROM docker.io/library/telegraf:1.16.2
55

66
COPY . /
77
COPY --from=go-dev /bin/envtpl /usr/bin/envtpl

0 commit comments

Comments
 (0)