Egor_P
640f5ad5c1
exclude polkadot-parachain.asc and .sha256 from .dockerignore ( #3013 ) ( #3017 )
...
* exclude polkadot-parachain .asc and .sha256 from .dockerignore
* refactor docker image creation GHA
* add debug
* try without quotes
* test action
* add quotes
* fix quotes atumated image publishing GHA
* delete old unused part
---------
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2023-08-16 08:26:42 +00:00
Squirrel
1474308bbb
rename polkadot-collator to polkadot-parachain ( #1241 )
...
* rename polkadot-collator to polkadot-parachain
Not every node has to be a collator.
* Update README.md
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* rename docker file
* Update .github/workflows/extrinsic-ordering-check-from-bin.yml
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Versioning scheme that tracks polkadot relay chain
but allows for patch releases by having a 0 at the end.
(`-patch1` patch naming schemes were discussed but they
were judged to cause downstream packagers pain.)
* update name
* update lock file
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-05-13 13:02:52 +00:00
Chevdor
f42092d23e
Add CI to build docker images on releases ( #836 )
...
* Fix the url of the fetched file
* Fix binary in the GPG check
* Add docker build
* Import GPG pub keys
* Copy missing binaries
* Checkout first
* Add missing mkdir
* Set bin as executable
* Fix exec flag earlier
* Fix docker calls
* Fix version parsing
* Fix image names
* Cleanup
* Fix ENV issue
* Only allow user keys on pre-releases
* Add Docker Hub token and enable pushing
* Make Docker owner configurable via secrets
* Fix owner
* Remove duplicate secret
2021-12-07 14:50:16 +01:00
Chevdor
d260b0e14f
Add script and dockerfile to build an injected docker image for the polkadot-collator binary ( #591 )
...
* remove exec flag on json file
* fix dockerignore filter to allow building the injected docker image
* Update docker/injected.Dockerfile
* Update docker/scripts/build-injected-image.sh
Co-authored-by: Martin Pugh <pugh@s3kr.it >
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
2021-09-03 15:30:12 +02:00
Shawn Tabrizi
e286e0451c
rococo-collator -> polkadot-collator ( #449 )
2021-05-24 11:14:12 +02:00
Dan Forbes
e739334f76
Rename cumulus-test-parachain-collator to rococo-collator ( #173 )
...
Ran `find . -type f -name "*" -print0 | xargs -0 sed -i -e "s/cumulus-test-parachain-collator/rococo-collator/g"`
2020-08-04 19:44:02 +02:00
Cecile Tonglet
537a311587
Move Docker scripts ( #138 )
...
Just reorganizing
2020-07-16 07:46:03 +02:00