paritytech / scripts

Collection of Dockerfiles, scripts and related resources
Apache License 2.0
41 stars 39 forks source link

Use @polkadot/api-cli@0.56.2 node package to build paritytech/polkadotjs-cli #620

Closed svyatonik closed 10 months ago

svyatonik commented 10 months ago

I'm not sure how to trigger new build for https://hub.docker.com/r/paritytech/polkadotjs-cli - IIUC I need to change the Dockerfile in some way, but there's nothing to change :) So I've changed the package version. If there's a better way - please suggest! Thank you!

svyatonik commented 10 months ago

@lazam @BulatSaif @alvicsam Hey, folks! Reaching you as authors/coauthors of original https://github.com/paritytech/scripts/pull/513 PR, which has introduced the polkadotjs-cli image. I need to publish a new version with updated version of @polkadot/api-cli package. I have no idea - how to do that. Could you, please, help with that? Do I need to do that using PR or there's some action that I could manually start (haven't found any)? Thank you in advance!

BulatSaif commented 10 months ago

To trigger build you need to find paritytech/polkadotjs-cli in this page and press "run pipeline".
I just did it for you: New tag is: latest, ac8cc631-20240111

It should contain correct version:

success Installed "@polkadot/api-cli@0.56.2" with binaries:
      - polkadot-js-api
Done in 15.29s.
svyatonik commented 10 months ago

@BulatSaif Thank you! I'll take a note :)