Skip to content

Commit

Permalink
build iwth name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed May 13, 2024
1 parent 89f3632 commit 043b1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.fh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:e87e5ef2b96893eb8b446da420f7ba7f3e3c5985 as optimism-node

# Build Geth in a stock Go builder container
FROM golang:1.22-alpine as builder

Expand All @@ -20,8 +22,6 @@ FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/

FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:e87e5ef2b96893eb8b446da420f7ba7f3e3c5985

COPY /usr/local/bin/op-node /app/op-node
COPY --from=optimism-node /usr/local/bin/op-node /app/op-node

ENTRYPOINT /app/geth

0 comments on commit 043b1c3

Please sign in to comment.