Skip to content

Commit e9bfd8a

Browse files
authored
Merge pull request #10 from jianxiaoguo/dev
chore(docker): use the full name of registry
2 parents b46cbbb + 0a0771d commit e9bfd8a

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)