Skip to content

Commit

Permalink
Resolve build warnings (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Aug 1, 2024
1 parent b8899f0 commit e40aef7
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions besu/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=hyperledger/besu

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ BESU_DOCKERFILE=Dockerfile.binary
# SRC build target can be a tag, a branch, or a pr as "pr-ID"
ERIGON_SRC_BUILD_TARGET='$(git describe --tags $(git rev-list --tags --max-count=1))'
ERIGON_SRC_REPO=https://github.com/ledgerwatch/erigon
ERIGON_DOCKER_TAG=v2.60.1
ERIGON_DOCKER_TAG=v2.60.4
ERIGON_DOCKER_REPO=thorax/erigon
ERIGON_DOCKERFILE=Dockerfile.binary

Expand Down
4 changes: 2 additions & 2 deletions erigon/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=stable
ARG DOCKER_REPO=thorax/erigon

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions flashbots/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=flashbots/mev-boost
FROM ${DOCKER_REPO}:${DOCKER_TAG}

# Unused, this is here to avoid build time complaints
Expand Down
4 changes: 2 additions & 2 deletions geth/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=stable
ARG DOCKER_REPO=ethereum/client-go

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions grandine/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=stable
ARG DOCKER_REPO=sifrai/grandine

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions lighthouse/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=sigp/lighthouse

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions lodestar/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=chainsafe/lodestar

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions nethermind/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=nethermind/nethermind

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
8 changes: 4 additions & 4 deletions nimbus/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_TAG
ARG DOCKER_VC_TAG
ARG DOCKER_REPO
ARG DOCKER_VC_REPO
ARG DOCKER_TAG=multiarch-latest
ARG DOCKER_VC_TAG=multiarch-latest
ARG DOCKER_REPO=statusim/nimbus-eth2
ARG DOCKER_VC_REPO=statusim/nimbus-validator-client

FROM ${DOCKER_REPO}:${DOCKER_TAG} AS consensus

Expand Down
8 changes: 4 additions & 4 deletions prysm/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_TAG
ARG DOCKER_VC_TAG
ARG DOCKER_REPO
ARG DOCKER_VC_REPO
ARG DOCKER_TAG=stable
ARG DOCKER_VC_TAG=stable
ARG DOCKER_REPO=gcr.io/prysmaticlabs/prysm/beacon-chain
ARG DOCKER_VC_REPO=gcr.io/prysmaticlabs/prysm/validator

FROM ${DOCKER_REPO}:${DOCKER_TAG} AS clsource

Expand Down
4 changes: 2 additions & 2 deletions reth/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=ghcr.io/paradigmxyz/reth

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions teku/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=consensys/teku

FROM ${DOCKER_REPO}:${DOCKER_TAG}

Expand Down
2 changes: 1 addition & 1 deletion traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add AWS CLI to traefik image
ARG DOCKER_TAG
ARG DOCKER_TAG=latest

FROM traefik:${DOCKER_TAG}

Expand Down
4 changes: 2 additions & 2 deletions web3signer/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_TAG
ARG DOCKER_REPO
ARG DOCKER_TAG=latest
ARG DOCKER_REPO=consensys/web3signer

FROM flyway/flyway:latest AS flyway

Expand Down

0 comments on commit e40aef7

Please sign in to comment.