Chevdor
|
a166eb3291
|
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
|
bf4024fd49
|
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
|
36c6da180a
|
rococo-collator -> polkadot-collator (#449)
|
2021-05-24 11:14:12 +02:00 |
|
Dan Forbes
|
a51df009d8
|
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
|
516ad523c1
|
Move Docker scripts (#138)
Just reorganizing
|
2020-07-16 07:46:03 +02:00 |
|