Tags: bobanetwork/boba
Tags
feat: add docker-build target using podman
Add a `make docker-build` target that builds all op-* Docker containers
using podman, translating the upstream docker-bake.hcl configuration.
Usage:
make docker-build # Build all containers
make docker-build TAG=v1.16.5 # Build with specific tag
make docker-build TARGETS="op-node" # Build specific targets
Builds: op-node, op-batcher, op-proposer, op-challenger, op-dispute-mon,
op-supervisor, op-conductor
Update go.mod to use boba op-geth for superchain
Update go.mod to use boba op-geth for superchain
Update go.mod to use boba op-geth for superchain
Update go.mod to use boba op-geth for superchain
Create minimal circleci configuration See comment in config file for more description, but, rather than fight merge conflicts, hyper specific CI runner configurations and more, this commit simply creates a parallel path for the pieces of CI we actually care about. Since our diff has gotten to be so tiny (i.e. only changing the go-mod replace directive) this should be safe and much simpler.
Create minimal circleci configuration See comment in config file for more description, but, rather than fight merge conflicts, hyper specific CI runner configurations and more, this commit simply creates a parallel path for the pieces of CI we actually care about. Since our diff has gotten to be so tiny (i.e. only changing the go-mod replace directive) this should be safe and much simpler.
PreviousNext