From 430bde0de23c35f897507db2495e537de23e74ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:59:22 +0200 Subject: [PATCH 1/5] Update earthly/earthly Docker tag to v0.7.14 (#1668) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- earthly.ps1 | 2 +- earthly.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/earthly.ps1 b/earthly.ps1 index 369f68652..859faf134 100644 --- a/earthly.ps1 +++ b/earthly.ps1 @@ -1 +1 @@ -docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v ${pwd}:/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.13 --allow-privileged @args +docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v ${pwd}:/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.14 --allow-privileged @args diff --git a/earthly.sh b/earthly.sh index fd3f7b588..46f88feaf 100755 --- a/earthly.sh +++ b/earthly.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -v "$(pwd)":/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.13 --allow-privileged "$@" +docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -v "$(pwd)":/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.14 --allow-privileged "$@" From 7c31364bb073f1ae3d6eb3fdc14736e653c05ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:02:54 +0200 Subject: [PATCH 2/5] Update quay.io/kairos/osbuilder-tools Docker tag to v0.8.2 (#1669) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 8a33f9d4c..a2b8ad0d0 100644 --- a/Earthfile +++ b/Earthfile @@ -26,7 +26,7 @@ END ARG COSIGN_EXPERIMENTAL=0 ARG CGO_ENABLED=0 # renovate: datasource=docker depName=quay.io/kairos/osbuilder-tools versioning=semver-coerced -ARG OSBUILDER_VERSION=v0.8.0 +ARG OSBUILDER_VERSION=v0.8.2 ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools:$OSBUILDER_VERSION ARG GOLINT_VERSION=1.52.2 # renovate: datasource=docker depName=golang From 07ac51edf6847db7388d872d0e179a7fdb2eac34 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Tue, 1 Aug 2023 13:36:09 +0200 Subject: [PATCH 3/5] :robot: Add missing targetarch argument (#1670) Add missing targetarch argument Signed-off-by: Mauro Morales --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index a2b8ad0d0..e1a60ff80 100644 --- a/Earthfile +++ b/Earthfile @@ -278,6 +278,7 @@ base-image: ARG VARIANT ARG KAIROS_VERSION ARG BUILD_INITRD="true" + ARG TARGETARCH IF [ "$BASE_IMAGE" = "" ] # Source the flavor-provided docker file IF [[ "$FLAVOR" =~ ^ubuntu* ]] && [ "$TARGETARCH" != "arm64" ] From c47436236b90cb392e0d113ad3b70397563f3766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:26:11 +0200 Subject: [PATCH 4/5] Update aquasec/trivy Docker tag to v0.44.0 (#1494) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e1a60ff80..29715205d 100644 --- a/Earthfile +++ b/Earthfile @@ -14,7 +14,7 @@ ARG OS_LABEL=latest # renovate: datasource=docker depName=quay.io/luet/base ARG LUET_VERSION=0.34.0 # renovate: datasource=docker depName=aquasec/trivy -ARG TRIVY_VERSION=0.42.0 +ARG TRIVY_VERSION=0.44.0 ARG COSIGN_SKIP=".*quay.io/kairos/.*" # TODO: rename ISO_NAME to something like ARTIFACT_NAME because there are place where we use ISO_NAME to refer to the artifact name From 19f3c7ad7fb25b33c5c699845b694e899a84b0ae Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:05:56 +0200 Subject: [PATCH 5/5] :arrow_up: Update repositories (#1667) Co-authored-by: mudler --- framework-profile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-profile.yaml b/framework-profile.yaml index e86ab2592..17990cdde 100755 --- a/framework-profile.yaml +++ b/framework-profile.yaml @@ -173,9 +173,9 @@ repositories: priority: 2 urls: - "quay.io/kairos/packages" - reference: 20230727165842-repository.yaml + reference: 20230801144448-repository.yaml - !!merge <<: *kairos arch: arm64 urls: - "quay.io/kairos/packages-arm64" - reference: 20230727170327-repository.yaml + reference: 20230801144008-repository.yaml