forked from cerc-io/stack-orchestrator
Merge pull request #151 from cerc-io/dboreham/build-foundry-local
Build foundry container locally
Former-commit-id: 9464c47163
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM ghcr.io/foundry-rs/foundry
|
||||
# Use locally build foundry base image to work around there being
|
||||
# no aarm64 image published.
|
||||
FROM foundry-rs/foundry:local
|
||||
|
||||
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
|
||||
RUN apk add --no-cache --upgrade grep
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Build foundry-rs/foundry
|
||||
# HACK below : TARGETARCH needs to be derived from the host environment
|
||||
docker build -t foundry-rs/foundry:local ${CERC_REPO_BASE_DIR}/foundry
|
||||
Reference in New Issue
Block a user