Commit Graph

8 Commits

Author SHA1 Message Date
John 5a185c9575 retry logic on push in case of 502 errors (#136) 2024-11-19 22:07:55 +01:00
ChristopherHX 099f64d9b2 increase ulimit (#107) 2023-09-14 17:22:07 +02:00
ChristopherHX 4f6bdf85e1 enable arm64 builds (#94)
* enable arm64 builds

* Add `[skip build-base]` conditional for PRs

* only setup arm64 arch in qemu

* fix permission java-tools

* go default to 1.20 and fix pwsh

* exclude lib32z1 for arm64

* increase npm timeout for qemu

* Try to speed up npm under qemu

* make npm verbose

* Use http registry

* Another test

* Use less build resources

* fix dockerhub tag

* Fix building
2023-08-26 22:22:05 +02:00
ChristopherHX a6297292be use buildah instead of buildx (#103)
- fix the build script to no longer continue on error
- no longer needs a local registry
- runs rootless
- no need to generate a dockerfile for added the /etc/environment file as metadata
2023-08-15 00:07:44 +02:00
ChristopherHX 65f349f813 Fix progress= is not a valid progress option 2023-06-28 10:20:16 +02:00
ChristopherHX 9cc06ea302 Add env docker meta (#83)
* experiment

* Fix building

* Fix script
2023-01-19 19:15:47 +01:00
Ryan 2615f18d2a Update images
- replace shell script with pwsh
- add more tools from actions/virtual-environments
- fixup pwsh modules installation
- install node 12 and 16 in base
- add node 14 in js-*
- build rust images
- restrict flavours to amd64 only for now
- add helper scripts from actions/virtual-environments
- overhaul build and dockerfile
2022-02-23 20:58:25 +01:00
Ryan (hackercat) c84f165490 refactor: move to sh scripts (#17) 2021-07-21 10:43:59 +02:00