-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Chainguard's minio, rqlite, and dex images (#4191)
* Use Chainguard's minio, rqlite, and dex images * fix needs field * explicitly expose 4001 port for rqlite integration test * build alpha tag via chainguard as well * fix minio command * fix needs field * remove /bin/sh from minio command * remove /bin/sh from minio import script * use -dev chainguard minio image because it includes a shell * no /usr/bin/docker-entrypoint.sh in chainguard's -dev image * test with latest-dev minio tag temporarily * test latest-dev * update sts command on upgrade * use 0.20231101-dev
- Loading branch information
Showing
43 changed files
with
296 additions
and
168 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
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
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
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,8 +1,8 @@ | ||
# Generated file, do not modify. This file is generated from a text file containing a list of images. The | ||
# most recent tag is interpolated from the source repository and used to generate a fully qualified image | ||
# name. | ||
MINIO_TAG='RELEASE.2023-11-11T08-14-41Z' | ||
MINIO_TAG='0.20231101-dev' | ||
RQLITE_TAG='7.21.4' | ||
DEX_TAG='v2.37.0' | ||
DEX_TAG='2.37.0' | ||
SCHEMAHERO_TAG='0.16.0' | ||
LVP_TAG='v0.5.5' |
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
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
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,5 +1,5 @@ | ||
minio minio/minio | ||
rqlite rqlite/rqlite ^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)$ | ||
dex ghcr.io/dexidp/dex | ||
minio cgr.dev/chainguard/minio ^\b0\.\d+\b-dev$ | ||
rqlite cgr.dev/chainguard/rqlite ^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)$ | ||
dex cgr.dev/chainguard/dex ^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)$ | ||
schemahero schemahero/schemahero ^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)$ | ||
lvp replicated/local-volume-provider ^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)$ |
Oops, something went wrong.