-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild-ghcr.yaml
29 lines (26 loc) · 909 Bytes
/
build-ghcr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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 a smaller size.
images:
centos:
dockerfile: Dockerfile
variables:
centos:
- stream9
- stream10
args:
TAG: "{{ .centos }}"
tags:
- centos:{{ .centos }}-{{ .tag }}
labels:
org.opencontainers.image.base.name: quay.io/centos/centos:{{ .centos }}