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

fix: docker build for worker and leader #329

Merged
merged 9 commits into from
Jul 1, 2024
Merged

Conversation

atanmarko
Copy link
Member

@atanmarko atanmarko commented Jun 26, 2024

Resolves #326

Build and run (--help) worker and leader docker container on every PR commit.
Build and push worker and docker leader image to the Github container registry on every PR merge to develop, so we will have new and up to date images every time the PR is merged:

ghcr.io/0xpolygonzero/zk_evm-leader:develop
ghcr.io/0xpolygonzero/zk_evm-worker:develop

Images are handled as repository packages:
https://github.com/0xPolygonZero/zk_evm/pkgs/container/zk_evm-leader
https://github.com/0xPolygonZero/zk_evm/pkgs/container/zk_evm-worker

@atanmarko atanmarko self-assigned this Jun 26, 2024
@github-actions github-actions bot added the crate: zero_bin Anything related to the zero-bin subcrates. label Jun 26, 2024
@atanmarko atanmarko changed the title fix: docker build for worker and leader WIP: fix: docker build for worker and leader Jun 26, 2024
@atanmarko atanmarko force-pushed the feat/fix-docker-build branch 6 times, most recently from e0f610c to 5f57aa2 Compare June 27, 2024 09:56
@atanmarko atanmarko requested a review from BGluth June 27, 2024 10:14
@atanmarko atanmarko changed the title WIP: fix: docker build for worker and leader fix: docker build for worker and leader Jun 27, 2024
@atanmarko atanmarko marked this pull request as ready for review June 27, 2024 10:23
@atanmarko atanmarko force-pushed the feat/fix-docker-build branch 2 times, most recently from af49e20 to 5b38dcb Compare June 27, 2024 13:09
leader.Dockerfile Outdated Show resolved Hide resolved
worker.Dockerfile Outdated Show resolved Hide resolved
@atanmarko atanmarko merged commit 15c9cf6 into develop Jul 1, 2024
14 checks passed
@atanmarko atanmarko deleted the feat/fix-docker-build branch July 1, 2024 18:26
Stephen-BCW added a commit to BCWResearch/bcw_zk_evm that referenced this pull request Jul 1, 2024
fix: docker build for worker and leader (0xPolygonZero#329)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: zero_bin Anything related to the zero-bin subcrates.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Dockerfiles do not build
3 participants