prysm-pulse/hack
Preston Van Loon 02ee6897bb
Multiarch docker containers (#12428)
* Add bazel-zig-cc for a hermetic cc toolchain

* gazelle

* Remove llvm

* remove wl

* Add new URLs for renamed repo

* gazelle

* Update to v2.0.0-rc1

* bump to rc2

* Proof of concept multi-arch containers for beacon-chain

* TODO and gaz

* Refactor to starlark macro. Use a version of bash that actually works

* progress

* gaz

* multirun to use multiple repositories, but doesn't work with tag stamping

* Revert "multirun to use multiple repositories, but doesn't work with tag stamping"

This reverts commit 93afa76f65daeba9426c3d714dabf94410fa3a0c.

* Add targets for all supported docker images and temporarily set the repository to prysm-dev for testing

* use a temporary fix to see if it works on buildkite

* Revert "use a temporary fix to see if it works on buildkite"

This reverts commit ddc79283caa6b39c8aff4c62772728832d0dfe64.

* testing a cURL fix

* try fix with my fix

* Revert "try fix with my fix"

This reverts commit bb7521bf4712abb6779bbf3132e64911b751db65.

* Revert "testing a cURL fix"

This reverts commit 8a4782110f8853cb7278baf507621bd6684572b1.

* try tip of main branch for rules_oci

* update to 1.2.0

* Update rules_oci to v1.3.0

* Update rule_oci to 1.3.4

* Disable experimental_remote_downloader

* Remove extra zig bazelrc

* Move image deps to its own file

* PR feedback

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-09-28 15:24:16 +00:00
..
beacon-node-api Update Beacon API's Postman collection to 2.2.0 (#10559) 2022-04-21 15:07:58 +00:00
keymanager-api Keymanager APIs: fee recipient api (#10850) 2022-06-16 15:10:23 +00:00
build_and_upload_docker.sh Multiarch docker containers (#12428) 2023-09-28 15:24:16 +00:00
check_gazelle.sh Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
check-todo.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
ci-coverage.sh CI: use nostamp for code coverage and fuzzer uploads (#9634) 2021-09-20 18:59:44 +00:00
codecov.sh Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
common.sh update-go-pbs.sh: fixing script for mac users & updating bazel dependency (#11937) 2023-01-31 01:17:12 +00:00
coverage.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
interop_start.sh Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
latest_version_tag.sh CI: Add support for buildbuddy uploads (#12378) 2023-05-10 12:30:40 +00:00
mirror-ethereumapis.sh Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
README.md update-go-pbs.sh: fixing script for mac users & updating bazel dependency (#11937) 2023-01-31 01:17:12 +00:00
tag-versioned-docker-images.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
update-go-pbs.sh Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
update-go-ssz.sh Only build non-test targets in hack/update-go-pbs.sh (#12101) 2023-03-10 17:49:34 +00:00
update-mockgen.sh Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
upload-github-release-asset.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
workspace_status_ci.sh CI: fix docker image tagging (#12407) 2023-05-16 02:10:23 +00:00
workspace_status.sh Fix command to fetch latest stable version (#11782) (#11787) 2022-12-16 16:13:54 +00:00

Bash Scripts

This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, update Go protobuf generated files, visibility rules tools for Bazel packages, and more.

update-go-pbs.sh

This script generates the *.pb.go and *.pb.gw.go files from the *.proto files. After running update-go-pbs.sh keep only the *.pb.go and *pb.gw.go for the protos that have changed before checking in. Note: the generated files may not have imports correctly linted and will need to be fixed to remote associated errors.