-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild-hub.yaml
34 lines (30 loc) · 1.02 KB
/
build-hub.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
30
31
32
33
34
---
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 }}
- centos:{{ .centos | trimPrefix "stream" }}
- centos:{{ .tag }}-{{ .centos }}
- centos:{{ .tag }}
- centos:stream
- centos:latest
labels:
org.opencontainers.image.base.name: quay.io/centos/centos:{{ .centos }}