Go to file
Dustin 5f8db2fa47
infra/updatebot/pipeline/head This commit looks good Details
source/docker: Add regex match for tags
Repositories on Docker Hub often have images we do not want to consider
when determining the "latest" version of an application, such as
non=container images, development/testing versions, etc.  To exclude
these, project sources can now define a `version_re` property that
contains a regular expression.  Images that do not match the expression
will be ignored.
2024-08-27 18:48:09 -05:00
ci ci: Add Jenkins pipeline 2024-08-26 09:51:08 -05:00
.containerignore Add Containerfile 2024-08-26 09:27:38 -05:00
.gitignore Initial commit 2024-08-25 08:48:31 -05:00
Containerfile Add Containerfile 2024-08-26 09:27:38 -05:00
pyproject.toml Initial commit 2024-08-25 08:48:31 -05:00
updatebot.py source/docker: Add regex match for tags 2024-08-27 18:48:09 -05:00