Skip to content

add case for mina-archive to receive docker suffix tag #17540

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

Merged
merged 4 commits into from
Jul 16, 2025

Conversation

dkijania
Copy link
Member

Patch up docker for mina-archive. It should receive network suffix as daemon

@dkijania dkijania requested review from a team as code owners July 15, 2025 14:40
@dkijania
Copy link
Member Author

!ci-build-me

@dkijania
Copy link
Member Author

!ci-build-me

@dkijania
Copy link
Member Author

!ci-nightly-me

@dkijania dkijania self-assigned this Jul 15, 2025
@dkijania
Copy link
Member Author

@@ -1282,7 +1282,10 @@ function verify(){
for network in "${__networks_arr[@]}"; do
local __artifact_full_name
__artifact_full_name=$(get_artifact_with_suffix $artifact $network)


Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This replicated logic from daemon. Basically we glue network name and any possible suffix like instrumented. As a result we can get:

-berkeley
-berkleey-intstrumented
-lightnet

etc

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second is a typo I imagine? :)

@@ -21,7 +21,7 @@ function export_base_image () {

function export_version () {
case "${SERVICE}" in
mina-daemon|mina-batch-txn|mina-rosetta|mina-daemon-hardfork) export VERSION="${VERSION}-${NETWORK##*=}" ;;
mina-daemon|mina-archive|mina-batch-txn|mina-rosetta|mina-daemon-hardfork) export VERSION="${VERSION}-${NETWORK##*=}" ;;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Archive now get network suffix. The same as the other packages

@dkijania
Copy link
Member Author

!ci-nightly-me

@dkijania
Copy link
Member Author

!ci-build-me

@dannywillems
Copy link
Member

!ci-bypass-changelog

@dkijania dkijania merged commit 7f94ae0 into compatible Jul 16, 2025
64 checks passed
@dkijania dkijania deleted the dkijania/add_suffix_to_archive_docker_tag branch July 16, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants