-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: template-dockerfiles tool for building
- Loading branch information
Tomasz Gągor
committed
Dec 15, 2024
1 parent
0ac53e3
commit 952770b
Showing
6 changed files
with
38 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
registry: ghcr.io | ||
prefix: tgagor | ||
maintainer: Tomasz Gągor <https://gagor.pro> | ||
|
||
labels: | ||
org.opencontainers.image.licenses: GPL-2.0-only | ||
org.opencontainers.image.url: https://hub.docker.com/repository/docker/tgagor/centos/general | ||
org.opencontainers.image.documentation: https://github.com/tgagor/docker-centos/blob/master/README.md | ||
org.opencontainers.image.title: Weekly updated CentOS Docker images | ||
org.opencontainers.image.description: | | ||
Those images are just standard CentOS base images, but: | ||
1. With all the package updates installed weekly. | ||
2. Squashed to single layer for smaller size. | ||
images: | ||
centos: | ||
dockerfile: Dockerfile.tpl | ||
variables: | ||
centos: | ||
- stream9 | ||
- stream10 | ||
tags: | ||
- centos:{{ .centos }} | ||
- centos:{{ .centos | trimPrefix "stream" }} | ||
- centos:{{ .tag }}-{{ .centos }} | ||
- centos:{{ .tag }} | ||
- centos:stream | ||
- centos:latest | ||
labels: | ||
org.opencontainers.image.base.name: quay.io/centos/centos:{{ .centos }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.