Commit Graph

99 Commits

Author SHA1 Message Date
ChristopherHX 6c13d58a76 fix typo bin/go to be go/bin 2023-08-28 12:57:58 +02:00
James Mills f5b36f262a Add $HOME/go/bin to $PATH for go (#106) 2023-08-27 20:50:13 +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 60cbcc9f33 fix go special image (#104)
* fix go special image

* fix go symlink

* try to cleanup space
2023-08-15 14:23:06 +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
Matt Weber 3feffe9098 Document Rust image tags (#101)
The existence of these tags currently has to be inferred as far as I can
tell, but they do exist and I use them.
2023-07-27 14:35:39 +02:00
Nathan Ferch 515832b73e fix: go toolcache (#95) 2023-07-27 14:34:14 +02:00
Rene Leonhardt 284416fdf8 Install Node.js 16 and 18 by default (and 20 additionally) (#98)
* Install Node.js 16 and 18 by default (and 20 additionally)

* Use caching for go test
2023-07-27 14:31:50 +02:00
R 311d8fff18 docs: clarify full-latest 2023-07-22 13:41:51 +02:00
ChristopherHX 65f349f813 Fix progress= is not a valid progress option 2023-06-28 10:20:16 +02:00
R 4c25622176 use wget 2023-05-15 21:01:21 +02:00
R d161d68117 update node download 2023-05-15 21:00:50 +02:00
Christian Helmich 15f9808a68 feature: add .NET installation (#90)
* file: add .NET installation script dotnet.sh

* feat: add dotnet installation to custom image

* feat: add dotnet to build matrix

* Prepend `PATH` correctly
2023-04-25 13:00:17 +02:00
Eric Vantillard efcaf8c96c fix: running java-tools.sh fail on apt-get update (#88)
- import last version from runner-images
- replace  $HELPER_SCRIPT with hardcoded paths
- remove call to invoke_tests "Java" at the end of installation
2023-04-24 22:48:22 +02:00
R 4f58a457e7 fix: drop node12 2023-03-29 16:26:44 +02:00
ChristopherHX dea4e32c50 [no ci] Fix publishing *-latest tags for flavours
The last build of the tag has a `20220215` label, just before refactoring from bash to powershell

Fixes https://github.com/nektos/act/issues/1684
2023-03-16 22:49:26 +01:00
R 7137367644 Delete lint.yml 2023-02-04 14:36:33 +01:00
ChristopherHX 76a495edad fix: installing vcpkg in custom image (#84)
* fix: installing vcpkg in custom image

* remove lines causing lint errors
2023-02-01 01:01:56 +01:00
R bf372acda5 docs: update README 2023-01-29 16:00:52 +01:00
R d9f2e20b9e fix: remove ubuntu 18.04 2023-01-29 15:56:42 +01:00
ChristopherHX 9cc06ea302 Add env docker meta (#83)
* experiment

* Fix building

* Fix script
2023-01-19 19:15:47 +01:00
R c21a1af5c4 fix: rename bindgen to bindgen-cli 2022-12-08 16:21:18 +01:00
dependabot[bot] c3969208c3 build(deps): bump docker/setup-qemu-action from 1 to 2 (#64)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 16:37:48 +02:00
dependabot[bot] 0e9a29dc8d build(deps): bump megalinter/megalinter from 5.12.0 to 5.13.0 (#63)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 16:37:36 +02:00
dependabot[bot] 7482fc48b4 build(deps): bump docker/login-action from 1 to 2 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 16:37:30 +02:00
Ryan 29789a40b0 fix(rust): remove --locked 2022-05-02 10:35:45 +00:00
Ryan 05d1012eec add isUbuntu22 and isUbuntuVer 2022-05-02 10:33:32 +00:00
Ryan 74a51cb0fb fix: missing ssl headers 2022-05-02 09:56:23 +00:00
Ryan 073b099ae0 ci: disable 18.04 custom (#59) 2022-05-02 09:11:07 +00:00
dependabot[bot] 4c0e688f95 build(deps): bump megalinter/megalinter from 5.10.0 to 5.12.0 (#57)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 05:58:37 +00:00
dependabot[bot] 9d3ac97dd3 build(deps): bump actions/setup-go from 2 to 3 (#58)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 05:58:13 +00:00
Ryan 8a28983c20 feat: ubuntu-2204 (#52)
* feat: ubuntu-2204
* remove unnecessary git-lfs install
2022-04-21 22:29:27 +02:00
Ryan 5d10b5ed1a fix: correct go.sh (#55) 2022-04-01 11:33:55 +02:00
dependabot[bot] 62d7635bea build(deps): bump megalinter/megalinter from 5.8.0 to 5.10.0 (#54) 2022-04-01 09:26:57 +02:00
dependabot[bot] 4870d790b1 build(deps): bump actions/checkout from 2 to 3 (#53) 2022-04-01 09:24:53 +02:00
Ryan 343ae52a8b add arm64/armhf for 18.04, replace git{,-lfs} (#51) 2022-03-05 04:22:34 +01:00
dependabot[bot] 664778dd40 build(deps): bump megalinter/megalinter from 5.2.0 to 5.8.0 (#49)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 21:00:32 +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
dependabot[bot] 31d391457e build(deps): bump megalinter/megalinter from 5.0.4 to 5.2.0 (#38)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:15:56 +01:00
dependabot[bot] b373cfafb3 build(deps): bump nvuillam/mega-linter from 4 to 5.0.4 (#35)
* build(deps): bump nvuillam/mega-linter from 4 to 5.0.4

Bumps [nvuillam/mega-linter](https://github.com/nvuillam/mega-linter) from 4 to 5.0.4.
- [Release notes](https://github.com/nvuillam/mega-linter/releases)
- [Changelog](https://github.com/megalinter/megalinter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nvuillam/mega-linter/compare/v4...v5.0.4)

---
updated-dependencies:
- dependency-name: nvuillam/mega-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lint.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan <me@hackerc.at>
2021-11-02 11:16:57 +01:00
Ryan 0d1f0cd66e ci: remove Ubuntu 16.04 (#34) 2021-10-19 14:46:41 +02:00
Ryan 168b321e02 fix(pwsh): trust PSGallery (#33)
This prevents PowerShell from prompting if we should trust PSGallery during module installation without `-Force`
2021-10-09 11:03:19 +02:00
Ryan 8fabe83029 docs: update info about ubuntu-16.04 (#32)
* docs: update info about ubuntu-16.04
2021-09-22 21:26:52 +02:00
Ryan 2d4799793d Merge pull request #29 from catthehacker/update-dcs 2021-09-15 08:56:03 +00:00
Ryan 05efb49188 docs: remove additional registries
Docker Hub is pretty unusable for free and Quay is only used as backup registry for GHCR
2021-09-15 10:55:46 +02:00
Ryan fc6b2fea5e Merge pull request #24 from consideRatio/pr/arm64-builds 2021-08-17 18:27:00 +00:00
Erik Sundell 447ca83cfa Make arm64 compatible 2021-08-17 20:10:52 +02:00
Ryan ab5d728303 Merge pull request #25 from catthehacker/fix/workflow 2021-08-17 06:21:55 +00:00
Ryan 69d6d7a55e fix: log in to registries only when it's me 2021-08-17 08:20:22 +02:00
Ryan 79853fc883 docs: update virtual environments repo, add missing tag (#22) 2021-08-08 04:17:48 +02:00