Commit 51666c9a authored by felipe's avatar felipe Committed by GitHub

feat(chainmon): add onepass to multisig-mon (#8461)

parent b2398da3
...@@ -104,6 +104,7 @@ CMD ["start:fault-mon"] ...@@ -104,6 +104,7 @@ CMD ["start:fault-mon"]
from base as multisig-mon from base as multisig-mon
WORKDIR /opt/optimism/packages/multisig-mon WORKDIR /opt/optimism/packages/multisig-mon
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
CMD ["start:multisig-mon"] CMD ["start:multisig-mon"]
FROM base as replica-mon FROM base as replica-mon
......
...@@ -70,8 +70,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build cd op-proposer && make op-pr ...@@ -70,8 +70,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build cd op-proposer && make op-pr
FROM alpine:3.18 FROM alpine:3.18
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
COPY --from=builder /app/cannon/bin/cannon /usr/local/bin/ COPY --from=builder /app/cannon/bin/cannon /usr/local/bin/
COPY --from=builder /app/op-program/bin/op-program /usr/local/bin/ COPY --from=builder /app/op-program/bin/op-program /usr/local/bin/
......
Subproject commit 2f112697506eab12d433a65fdc31a639548fe365 Subproject commit e8a047e3f40f13fa37af6fe14e6e06283d9a060e
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment