Skip to content

Commit

Permalink
Bump cinc-auditor to 6.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2024
1 parent 56fc5c3 commit b4c7bae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down
2 changes: 1 addition & 1 deletion cinc/cinc-auditor/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions cinc/cinc-auditor/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}",
Expand Down

0 comments on commit b4c7bae

Please sign in to comment.