Skip to content

fix: build/runtime issues in Docker and scripts#1373

Merged
taariq merged 4 commits intopalomachain:masterfrom
gurza:fix/dockerfile/local-chain-setup
Sep 23, 2025
Merged

fix: build/runtime issues in Docker and scripts#1373
taariq merged 4 commits intopalomachain:masterfrom
gurza:fix/dockerfile/local-chain-setup

Conversation

@gurza
Copy link
Copy Markdown
Contributor

@gurza gurza commented Sep 23, 2025

Related Github tickets

  • N/A (no dedicated issue; direct fix to unblock builds)

Background

This PR addresses several issues in our Dockerfile and chain setup script:

  • Fixed a COPY typo that caused build failures
  • Bumped the base Go image to golang:1.24.4-bookworm to match the go.mod requirement (go 1.24.4)
  • Updated setup-chain-validator.sh to honor PALOMA_CMD instead of hardcoding go run

Together, these changes make the Docker images build reliably, and ensure local chain setup works as expected.

Testing completed

  • test coverage exists or has been added/updated
    N/A - no go source code was changed, only Dockerfile and script
  • tested in a private testnet
    verified that all Docker targets build successfully

Breaking changes

  • I have checked my code for breaking changes
  • If there are breaking changes, there is a supporting migration.

No breaking changes - this PR only fixes build/runtime issues in Docker and scripts.

@taariq taariq requested a review from byte-bandit September 23, 2025 17:04
@taariq
Copy link
Copy Markdown
Contributor

taariq commented Sep 23, 2025

@gurza Merging is blocked due to lack of verified signatures. Will you please update the PR with verified github signatures?

@gurza gurza force-pushed the fix/dockerfile/local-chain-setup branch from 966e5fb to 610b107 Compare September 23, 2025 19:34
@gurza
Copy link
Copy Markdown
Contributor Author

gurza commented Sep 23, 2025

@taariq I've updated my commits with verified github signatures. The PR is now ready for review/merge. Check it please.

@taariq taariq merged commit da96321 into palomachain:master Sep 23, 2025
2 checks passed
@gurza gurza deleted the fix/dockerfile/local-chain-setup branch September 23, 2025 19:53
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