Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump alpine from 3.21.0 to 3.21.2 #215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY --from=builder /go/bin/gardener-extension-shoot-rsyslog-relp-admission /gar
ENTRYPOINT ["/gardener-extension-shoot-rsyslog-relp-admission"]

############# rsyslog-relp-echo-server
FROM alpine:3.21.0 AS shoot-rsyslog-relp-echo-server
FROM alpine:3.21.2 AS shoot-rsyslog-relp-echo-server
RUN apk update && apk add rsyslog-relp
ARG EFFECTIVE_VERSION
RUN echo "$EFFECTIVE_VERSION" > /etc/VERSION
Expand Down
2 changes: 1 addition & 1 deletion imagevector/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
images:
- name: alpine
repository: europe-docker.pkg.dev/gardener-project/releases/3rd/alpine
tag: "3.21.0"
tag: "3.21.2"
labels:
- name: cloud.gardener.cnudie/dso/scanning-hints/binary_id/v1
value:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/controller/lifecycle/lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if [[ -d /host/var/lib/rsyslog-relp-configurator ]]; then
rm -rf /host/var/lib/rsyslog-relp-configurator
fi`,
},
Image: "europe-docker.pkg.dev/gardener-project/releases/3rd/alpine:3.21.0",
Image: "europe-docker.pkg.dev/gardener-project/releases/3rd/alpine:3.21.2",
ImagePullPolicy: corev1.PullIfNotPresent,
Name: "rsyslog-relp-configuration-cleaner",
Resources: corev1.ResourceRequirements{
Expand Down
Loading