Skip to content

Commit 0ec6cd7

Browse files
committed
Update instructions in Dockerfile and avoid image name confio/faucet
1 parent 10b8936 commit 0ec6cd7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/faucet/Dockerfile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# Confio hosts a faucet build at https://hub.docker.com/r/confio/faucet
1+
# Confio hosted a faucet build at https://hub.docker.com/r/confio/faucet
2+
# until 2025. However, this is not provided anymore. If you need a dockerized
3+
# version of this app, you can build and publish it yourself from source using
4+
# this Dockerfile. The dummyorg/faucet is an arbitrary image name you need to replace.
25
#
36
# Build:
4-
# docker build --pull -t confio/faucet:manual -f packages/faucet/Dockerfile .
7+
# docker build --pull -t dummyorg/faucet:manual -f packages/faucet/Dockerfile .
58
# Run:
6-
# docker run --rm confio/faucet:manual version
9+
# docker run --rm dummyorg/faucet:manual version
710
#
811
# During the build step the working directory must be the repo root such that the
9-
# app has access to all installed dependencies.
12+
# app has access to all local @cosmjs/* dependencies.
13+
#
14+
# For releases the "manual" tag should be replaced with a specific version.
1015

1116
FROM node:22-alpine AS build-env
1217

0 commit comments

Comments
 (0)