Skip to content

Commit

Permalink
feat: update tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Mar 7, 2024
1 parent 8568f5e commit d0dcd1c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
required: false
default: ""


jobs:
build-image:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
params:
- tag: "1.21"
build_args: |
GO_VERSION=1.21.7
GO_CHECKSUM=13b76a9b2a26823e53062fa841b07087d48ae2ef2936445dc34c4ae03293702c
GO_CHECKSUM_ARM=a9bc1ccedbfde059f25b3a2ad81ae4cdf21192ae207dfd3ccbbfe99c3749e233
GO_VERSION=1.21.8
GO_CHECKSUM=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
GO_CHECKSUM_ARM=3c19113c686ffa142e9159de1594c952dee64d5464965142d222eab3a81f1270
- tag: "1.22"
build_args: ""
with:
Expand Down
6 changes: 3 additions & 3 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ARG COSIGN_CHECKSUM=f669f41176cb1d58bb6a3fdb06e24861540cfdb5a571b4ec5eb2218b0df5
ARG COSIGN_CHECKSUM_ARM=b088d676f0c0123b8c348e18d421cf966020edc4977a486115a12643dea99a3f

# https://github.com/anchore/syft/releases
ARG SYFT_VERSION=0.105.1
ARG SYFT_CHECKSUM=6a1b8a734a0939799239ba067895a7bc5ad57ac73c91bb197bed4d1d1705fbb1
ARG SYFT_CHECKSUM_ARM=eaf059dc2d816b1e994ab9ba98fcea2dcf0f261767c75757103ef1f51ec44889
ARG SYFT_VERSION=1.0.1
ARG SYFT_CHECKSUM=420f90e57def27745e414efcb7a41384b2ccdccafca87c327096ca44621ab0ce
ARG SYFT_CHECKSUM_ARM=c8582aa0e1c92c84c4a751c739ac3d7ca48c88a54b5d1b884d0629d7df72a6f9

USER root

Expand Down
8 changes: 4 additions & 4 deletions containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ FROM docker.io/curlimages/curl:8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d6
ARG TARGETARCH

# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=25.0.3
ARG DOCKER_VERSION=25.0.4

# https://github.com/docker/buildx/releases
ARG BUILDX_VERSION=v0.12.1
ARG BUILDX_CHECKSUM=716321df8ca9c82ffe96f37e9f4aa1199d4969795836dbd57ef72d12e3ac5085
ARG BUILDX_CHECKSUM_ARM=fb72d627f2ee080bba70375c367f4292867821e29ca9a8cf485622f6ede8f436
ARG BUILDX_VERSION=v0.13.0
ARG BUILDX_CHECKSUM=ddd69ee2ca3dd61760e771dcd2f3453dc677dfeb42c9484cc2321b96bc1b7c57
ARG BUILDX_CHECKSUM_ARM=fa36eb4deab2fac6ddf5fdeddcf16999bc9d5fb1d632e0ba7e572b519df8a656

# https://github.com/oras-project/oras/releases
ARG ORAS_VERSION=1.1.0
Expand Down
6 changes: 3 additions & 3 deletions containers/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM docker.io/curlimages/curl:8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d6
ARG TARGETARCH

# https://go.dev/dl
ARG GO_VERSION=1.22.0
ARG GO_CHECKSUM=f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265
ARG GO_CHECKSUM_ARM=6a63fef0e050146f275bf02a0896badfe77c11b6f05499bb647e7bd613a45a10
ARG GO_VERSION=1.22.1
ARG GO_CHECKSUM=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GO_CHECKSUM_ARM=e56685a245b6a0c592fc4a55f0b7803af5b3f827aaa29feab1f40e491acf35b8

# https://github.com/golangci/golangci-lint/releases
ARG GOLANGCI_VERSION=1.56.2
Expand Down
8 changes: 4 additions & 4 deletions containers/sysdig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ FROM docker.io/curlimages/curl:8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d6
ARG TARGETARCH

# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=25.0.3
ARG DOCKER_VERSION=25.0.4

# https://github.com/oras-project/oras/releases
ARG ORAS_VERSION=1.1.0
ARG ORAS_CHECKSUM=e09e85323b24ccc8209a1506f142e3d481e6e809018537c6b3db979c891e6ad7
ARG ORAS_CHECKSUM_ARM=e450b081f67f6fda2f16b7046075c67c9a53f3fda92fd20ecc59873b10477ab4

# https://docs.sysdig.com/en/docs/installation/sysdig-secure/install-vulnerability-cli-scanner/
ARG SYSDIG_SCANNER_VERSION=1.8.5
ARG SYSDIG_SCANNER_CHECKSUM=5d85d5f97e5d1149baf996276e9658f31fbee63ae1ba9d6ca6644ce3a122a552
ARG SYSDIG_SCANNER_CHECKSUM_ARM=61a69034e038c9ec91f74c51f37b231b6cce00acbf9968244d6800acd908c211
ARG SYSDIG_SCANNER_VERSION=1.8.6
ARG SYSDIG_SCANNER_CHECKSUM=975b11ea08e0692477025397cdeb606b8608f97f78bb8eb783b359727ece16f6
ARG SYSDIG_SCANNER_CHECKSUM_ARM=435893ca7b2d2668a555ee4a9d03c7f9d8d94defd2196b59657b83873b8a1b16

USER root

Expand Down

0 comments on commit d0dcd1c

Please sign in to comment.