diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7308b150..1af3d7d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-05-23T15:58:32Z by kres 2688b70. +# Generated on 2024-06-14T10:54:10Z by kres c9bcf1d. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.13.2 + image: moby/buildkit:v0.14.0 options: --privileged ports: - 1234:1234 @@ -141,7 +141,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.13.2 + image: moby/buildkit:v0.14.0 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 7388732e..59b649c5 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-05-23T15:58:32Z by kres 2688b70. +# Generated on 2024-06-14T10:54:10Z by kres c9bcf1d. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.13.2 + image: moby/buildkit:v0.14.0 options: --privileged ports: - 1234:1234 diff --git a/container-runtime/ecr-credential-provider/pkg.yaml b/container-runtime/ecr-credential-provider/pkg.yaml index 34531f68..b96d5ac7 100644 --- a/container-runtime/ecr-credential-provider/pkg.yaml +++ b/container-runtime/ecr-credential-provider/pkg.yaml @@ -11,6 +11,9 @@ steps: sha512: d9b9c63f2f2b6d9e910650464acc5000ba0cc2e35d0f5f27c4121c5e3cd539682a4b89f80358a5fb2a4c8409e2d82a66c5409e9895c58546c78bbb78b39d96be env: GOPATH: /go + cachePaths: + - /.cache/go-build + - /go/pkg prepare: - | sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml diff --git a/container-runtime/gvisor/pkg.yaml b/container-runtime/gvisor/pkg.yaml index 00f91bfc..1b33e6f9 100644 --- a/container-runtime/gvisor/pkg.yaml +++ b/container-runtime/gvisor/pkg.yaml @@ -13,6 +13,9 @@ steps: sha512: 1370bb0df975e4f5f78046d6a520c0056ccadef4b048919e384b7cecc0956f01acf5ea1fd498ffce5fa3af0dc7a8ee62da91e1fa4cd34bc1a87b550a43fd8b26 env: GOPATH: /go + cachePaths: + - /.cache/go-build + - /go/pkg prepare: - | sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml diff --git a/container-runtime/kata-containers/pkg.yaml b/container-runtime/kata-containers/pkg.yaml index 05a5a029..5797dbff 100644 --- a/container-runtime/kata-containers/pkg.yaml +++ b/container-runtime/kata-containers/pkg.yaml @@ -22,6 +22,9 @@ steps: sha512: 54b989b1db27e56266d1e40b18d3c4f353a3f876dad358afecbba7fb7e1238da1f0856c73f627cbb24e36176f784e2a809bb1b7a990ad21644b06e7b43d64a68 env: GOPATH: /go + cachePaths: + - /.cache/go-build + - /go/pkg prepare: - | sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml diff --git a/container-runtime/stargz-snapshotter/pkg.yaml b/container-runtime/stargz-snapshotter/pkg.yaml index 5f14916d..5996a66a 100644 --- a/container-runtime/stargz-snapshotter/pkg.yaml +++ b/container-runtime/stargz-snapshotter/pkg.yaml @@ -11,6 +11,9 @@ steps: sha512: 3cc86e690ed63ed48acc3205225400e8fc6f64147e3f7424864e09007feb6ca8168fcc17bf60290519172cc049d6ccf338d4b223ac4e5050f35dee287318ade4 env: GOPATH: /go + cachePaths: + - /.cache/go-build + - /go/pkg prepare: - | sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml diff --git a/examples/hello-world-service/pkg.yaml b/examples/hello-world-service/pkg.yaml index 20c5759d..c0210b5c 100644 --- a/examples/hello-world-service/pkg.yaml +++ b/examples/hello-world-service/pkg.yaml @@ -6,6 +6,9 @@ dependencies: steps: - env: GOPATH: /go + cachePaths: + - /.cache/go-build + - /go/pkg prepare: - | sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml diff --git a/network/tailscale/pkg.yaml b/network/tailscale/pkg.yaml index b8ca3c8f..63ef71a1 100644 --- a/network/tailscale/pkg.yaml +++ b/network/tailscale/pkg.yaml @@ -6,7 +6,10 @@ dependencies: steps: - env: GOPATH: /go - - sources: + - cachePaths: + - /.cache/go-build + - /go/pkg + sources: - url: https://github.com/tailscale/tailscale/archive/refs/tags/v{{ .TAILSCALE_VERSION }}.tar.gz destination: tailscale.tar.gz sha256: e5e46f6b6b716b2c4696dce0b92dc2e36f02b06b7ad9f055042a820ad61b2a47 diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/pkg.yaml b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/pkg.yaml index ad19bba8..0eed9f78 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/pkg.yaml +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/pkg.yaml @@ -4,7 +4,10 @@ shell: /toolchain/bin/bash dependencies: - stage: base steps: - - build: + - cachePaths: + - /.cache/go-build + - /go/pkg + build: - | export PATH=${PATH}:${TOOLCHAIN}/go/bin diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/pkg.yaml b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/pkg.yaml index 56c45336..dde8134e 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/pkg.yaml +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/pkg.yaml @@ -4,7 +4,10 @@ shell: /toolchain/bin/bash dependencies: - stage: base steps: - - build: + - cachePaths: + - /.cache/go-build + - /go/pkg + build: - | export PATH=${PATH}:${TOOLCHAIN}/go/bin diff --git a/storage/iscsi-tools/iscsid-wrapper/pkg.yaml b/storage/iscsi-tools/iscsid-wrapper/pkg.yaml index 4ed56a18..92b92924 100644 --- a/storage/iscsi-tools/iscsid-wrapper/pkg.yaml +++ b/storage/iscsi-tools/iscsid-wrapper/pkg.yaml @@ -4,7 +4,10 @@ shell: /toolchain/bin/bash dependencies: - stage: base steps: - - build: + - cachePaths: + - /.cache/go-build + - /go/pkg + build: - | export PATH=${PATH}:${TOOLCHAIN}/go/bin @@ -14,7 +17,7 @@ steps: install: - | mkdir -p /rootfs/usr/local/sbin - + cp iscsid-wrapper /rootfs/usr/local/sbin/iscsid-wrapper finalize: - from: /rootfs