Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Garfield committed Apr 19, 2024
2 parents 2fa05c1 + 12de61a commit 52d3cf4
Show file tree
Hide file tree
Showing 20 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .archive/docker/toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
ARG BUILDKIT_SBOM_SCAN_STAGE=upgraded-alpine,release-binary-fetcher,final

# Alpine image with update and upgrade performed
FROM alpine:3.18.3 as upgraded-alpine
FROM alpine:3.18.4 as upgraded-alpine
RUN set -ex \
&& apk update \
&& apk upgrade
Expand Down
26 changes: 13 additions & 13 deletions .archive/docker/toolchain/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
AGE_VERSION=v1.1.1

# renovate: datasource=github-releases depName=cilium/cilium-cli
CILIUM_CLI_VERSION=v0.15.7
CILIUM_CLI_VERSION=v0.15.11

# renovate: datasource=github-releases depName=cloudflare/cfssl
CFSSL_TOOLKIT_VERSION=v1.6.4

# renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api
CLUSTERCTL_VERSION=v1.5.1
CLUSTERCTL_VERSION=v1.5.2

# renovate: datasource=github-releases depName=kubernetes-sigs/cri-tools
CRICTL_VERSION=v1.28.0
Expand All @@ -17,40 +17,40 @@ CRICTL_VERSION=v1.28.0
CRITEST_VERSION=v1.28.0

# renovate: datasource=github-releases depName=fluxcd/flux2
FLUX_VERSION=v2.1.0
FLUX_VERSION=v2.1.2

# renovate: datasource=github-releases depName=cli/cli
GITHUB_CLI_VERSION=v2.34.0
GITHUB_CLI_VERSION=v2.37.0

# renovate: datasource=github-releases depName=google/go-containerregistry
GO_CONTAINER_REGISTRY_VERSION=v0.16.1

# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION=v3.12.3
HELM_VERSION=v3.13.1

# renovate: datasource=github-releases depName=cilium/hubble
HUBBLE_VERSION=v0.12.0
HUBBLE_VERSION=v0.12.2

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBEADM_VERSION=v1.28.1
KUBEADM_VERSION=v1.28.3

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.28.1
KUBECTL_VERSION=v1.28.3

# renovate: datasource=github-releases depName=mozilla/sops
SOPS_VERSION=v3.7.3
SOPS_VERSION=v3.8.1

# renovate: datasource=github-releases depName=siderolabs/talos
TALOSCTL_VERSION=v1.5.2
TALOSCTL_VERSION=v1.5.4

# renovate: datasource=github-releases depName=go-task/task
TASK_VERSION=v3.29.1
TASK_VERSION=v3.31.0

# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION=v1.5.7
TERRAFORM_VERSION=v1.6.2

# renovate: datasource=github-releases depName=cilium/tetragon
TETRAGON_VERSION=v0.11.0

# renovate: datasource=github-releases depName=mikefarah/yq
YQ_VERSION=v4.35.1
YQ_VERSION=v4.35.2
2 changes: 1 addition & 1 deletion docker/local-registry/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
local-registry:
image: registry:2.8.2
image: registry:2.8.3
ports:
- 5010:5000
restart: unless-stopped
Expand Down
8 changes: 4 additions & 4 deletions docker/pull-through-caches/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ services:
pull-through-cache-gcr.io:
environment:
- REGISTRY_PROXY_REMOTEURL=https://gcr.io
image: registry:2.8.2
image: registry:2.8.3
ports:
- 5001:5000
restart: unless-stopped

pull-through-cache-ghcr.io:
environment:
- REGISTRY_PROXY_REMOTEURL=https://ghcr.io
image: registry:2.8.2
image: registry:2.8.3
ports:
- 5000:5000
restart: unless-stopped

pull-through-cache-registry-1.docker.io:
environment:
- REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io
image: registry:2.8.2
image: registry:2.8.3
ports:
- 5003:5000
restart: unless-stopped

pull-through-cache-registry.k8s.io:
environment:
- REGISTRY_PROXY_REMOTEURL=https://registry.k8s.io
image: registry:2.8.2
image: registry:2.8.3
ports:
- 5002:5000
restart: unless-stopped
Expand Down
Loading

0 comments on commit 52d3cf4

Please sign in to comment.