Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve build warnings #1889

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading