-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild-ghcr.yaml
More file actions
40 lines (35 loc) · 1.11 KB
/
Copy pathbuild-ghcr.yaml
File metadata and controls
40 lines (35 loc) · 1.11 KB
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
30
31
32
33
34
35
36
37
38
39
40
---
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.
options:
- --cache-to=type=gha,mode=max,compression=zstd,compression-level=22
- --output
- type=image,compression=zstd,compression-level=22
platforms:
- linux/amd64
- linux/arm64
- linux/ppc64le
- linux/s390x
images:
centos:
dockerfile: Dockerfile
variables:
centos:
- stream9
- stream10
args:
TAG: "{{ .centos }}"
tags:
- centos:{{ .tag }}-{{ .centos }}
labels:
org.opencontainers.image.base.name: quay.io/centos/centos:{{ .centos }}