Skip to content

Commit

Permalink
docker_hub_default_pid (#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Jul 25, 2022
1 parent 9e371fe commit b20f7ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set -o pipefail # fail if anything in pipe fails
# $(id -u) and $(id -g) will be 0
#
# so we need to specify the erigon user uid/gid in the image
# choose 3473 matching defaults in .env.example
# choose 1000 matching defaults in .env.example
DOCKER_FLAGS="-t ${IMAGE_NAME}" \
DOCKER_UID=3473 \
DOCKER_GID=3473 \
DOCKER_UID=1000 \
DOCKER_GID=1000 \
GIT_TAG=$(git describe --tags '--match=v*' --dirty) \
make docker

0 comments on commit b20f7ec

Please sign in to comment.