-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump goredoer 0.9.20240909->0.9.20241111
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM alpine:3.20.3 | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM archlinux:base | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM debian:bookworm | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM fedora:40 | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/rdavid/goredoer:0.9.20240909 as goredoer | ||
FROM ghcr.io/rdavid/goredoer:0.9.20241111 as goredoer | ||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542 | ||
LABEL maintainer=David\ Rabkin\ <[email protected]> | ||
ENV \ | ||
|