diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181daacb..344f101e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: buildpack-deps/ubuntu/focal: 'buildpack-deps/ubuntu/focal/**' buildpack-deps/ubuntu/jammy: 'buildpack-deps/ubuntu/jammy/**' buildpack-deps/ubuntu/noble: 'buildpack-deps/ubuntu/noble/**' + cinc/cinc-auditor: 'cinc/cinc-auditor/** couchdb: 'couchdb/**' doctl: 'doctl/**' dokken/almalinux-8: 'dokken/almalinux-8/**' diff --git a/cinc/cinc-auditor/Containerfile b/cinc/cinc-auditor/Containerfile index bf8b9c9d..4e132199 100644 --- a/cinc/cinc-auditor/Containerfile +++ b/cinc/cinc-auditor/Containerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG BASE_IMAGE=docker.io/ubuntu:jammy-20240808 +ARG BASE_IMAGE=docker.io/ubuntu:jammy-20240911.1 FROM $BASE_IMAGE AS base FROM base AS download diff --git a/cinc/cinc-auditor/docker-bake.hcl b/cinc/cinc-auditor/docker-bake.hcl index 400dc133..64c8513a 100644 --- a/cinc/cinc-auditor/docker-bake.hcl +++ b/cinc/cinc-auditor/docker-bake.hcl @@ -3,7 +3,7 @@ variable "TAG_PREFIX" { } variable "VERSION" { - default = "6.8.1" + default = "6.8.11" } # There's no darwin-based Docker, so if we're running on macOS, change the platform to linux @@ -14,10 +14,10 @@ variable "LOCAL_PLATFORM" { target "_common" { dockerfile = "Containerfile" args = { - CINC_AUDITOR_URL_AMD64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1/ubuntu/22.04/cinc-auditor_6.8.1-1_amd64.deb" - CINC_AUDITOR_SHA256_AMD64 = "0d64f9d2a4cfc09d970606200a9bd2f56079c55df14d8019336945a3feb1e377" - CINC_AUDITOR_URL_ARM64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1/ubuntu/22.04/cinc-auditor_6.8.1-1_arm64.deb" - CINC_AUDITOR_SHA256_ARM64 = "d5c2af04c9642cdedfb4448c3548af6fff385f9541e6a2f1fa49c998ab0d5244" + CINC_AUDITOR_URL_AMD64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.11/ubuntu/24.04/cinc-auditor_6.8.11-1_amd64.deb" + CINC_AUDITOR_SHA256_AMD64 = "6bf61e0263b47693c4eb9326ed2d69f1b9fa94ab5d7b9623694a5df49b58b369" + CINC_AUDITOR_URL_ARM64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.11/ubuntu/24.04/cinc-auditor_6.8.11-1_arm64.deb" + CINC_AUDITOR_SHA256_ARM64 = "d37ad6a477fca0e760202e8152fd74143f3e6c02e5cbe61c56f5e3e47f826339" } tags = [ "${TAG_PREFIX}:${VERSION}",