Skip to content
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 Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
# release expects to get a renovate branch in the form of renovate/<os>-dind-image, extracts the os and then kicks off its +release target
# this is meant to be run by a github workflow
release:
FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
# RENOVATE_BRANCH is the renovate branch that is expected to get merged and trigger this target
ARG --required RENOVATE_BRANCH
LET os=${RENOVATE_BRANCH#renovate/}
Expand Down
4 changes: 2 additions & 2 deletions common/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --build-auto-skip 0.8

FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

# EARTHLY_REPO_VERSION specifies a branch and/or commit of earthly/earthly (it defaults to the earthly cli version if left empty)
ARG EARTHLY_REPO_VERSION
Expand Down Expand Up @@ -116,7 +116,7 @@ build-and-test:
# push-new-tag expects to get an image with a tag that contains a date as a suffix, and save the image with the same tag but without the date suffix
# this is used to "graduate" the image version from a temporary version to an official version.
push-new-tag:
FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
ARG --required TAG_WITH_DATE
WAIT
IF ! [[ "$TAG_WITH_DATE" =~ "-[0-9]{14}$" ]]
Expand Down
2 changes: 1 addition & 1 deletion os/alpine/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --build-auto-skip 0.8

FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

IMPORT ../../common AS common

Expand Down
2 changes: 1 addition & 1 deletion os/ubuntu-20.04/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --build-auto-skip 0.8

FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

IMPORT ../../common AS common

Expand Down
2 changes: 1 addition & 1 deletion os/ubuntu-23.04/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --build-auto-skip 0.8

FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

IMPORT ../../common AS common

Expand Down
2 changes: 1 addition & 1 deletion os/ubuntu-24.04/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --build-auto-skip 0.8

FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

IMPORT ../../common AS common

Expand Down
Loading