Commit Graph

26 Commits

Author SHA1 Message Date
Yuriy Kohut
14d75363bb
Build AlmaLinux release 10.0 images (#29)
Temporary set SYSBASE for 10.0 into quay.io/ykohut/almalinux:10-bootstrap

Fix /etc/docker/daemon.json creation. Code clean up.
2024-12-09 14:52:15 +01:00
619411ffa4
Merge pull request #28 from yuravk/main
Use ubuntu-24.04 runner instead of ubuntu-latest
2024-12-09 13:01:21 +01:00
Yuriy Kohut
1f797cf5a3 Use ubuntu-24.04 runner instead of ubuntu-latest
Create new /etc/docker/daemon.json to enable containerd image store
2024-12-09 13:33:38 +02:00
b687bb7d02
Merge pull request #25 from yuravk/main
Change AlmaLinux 9 minor version to 9.5
2024-11-18 13:36:14 +01:00
Yuriy Kohut
87244263ac Change AlmaLinux 9 minor version to 9.5 2024-11-18 14:30:20 +02:00
af4577b084
Merge pull request #24 from yuravk/main
Use 'quay.io/almalinuxorg/almalinux:10-kitten' as base for all AlmaLinux Kitten 10 images
2024-10-25 17:25:40 +02:00
Yuriy Kohut
dc1cd53085 Use 'quay.io/almalinuxorg/almalinux:10-kitten' as base for all AlmaLinux Kitten 10 images 2024-10-25 18:21:34 +03:00
a9765a5b26
Merge pull request #22 from yuravk/main
Add AlmaLinux Kitten release 10 support into definitions for the Docker Library
2024-10-25 15:18:44 +02:00
Yuriy Kohut
4420b3d3de Add AlmaLinux Kitten release 10 support into definitions for the Docker Library. 2024-10-25 11:45:33 +03:00
3fb5a06a3a Fix production registries 2024-09-23 16:46:32 +02:00
Yuriy Kohut
7e3ac354eb
Add "AlmaLinux Kitten release 10" and "AlmaLinux release 10.0" support with x86_64_v2 (amd64/v2) (#19)
* Add "AlmaLinux Kitten release 10" and "AlmaLinux release 10.0" support

* Add "AlmaLinux release 10" support #1
2024-09-19 10:31:34 +02:00
db6d9be613
Fix cleanup of /var/lib/rpm/ dir in micro images (#15) 2024-07-23 12:58:46 +02:00
cd7e5a9fa1
Delete /var/lib/rpm/* when building micro image (#14) 2024-07-18 15:42:30 +02:00
e8b5b3043b
Change AlmaLinux 8 minor version to 8.10 2024-05-28 15:23:19 +02:00
Yuriy Kohut
a0e04de416
Push to GitHub Packages (ghcr.io/almalinux) only if production (#9)
Correct job name and README.md
2024-05-09 13:53:10 +02:00
9d49b03c39
Merge pull request #8 from AlmaLinux/9.4
9.4
2024-05-06 16:26:53 +04:00
147db19653 9.4 2024-05-06 15:24:37 +03:00
26e0d3c765
Merge pull request #7 from yuravk/main
Add new job to do almalinux/container-images repository size optimization
2024-04-22 16:39:12 +02:00
Yuriy Kohut
9075e419ea Add new job to do almalinux/container-images repository size optimization
- prepare new branch 'tmp' based on the recent data from 8 or 9 branch
- copy 'default' and 'minimal' data (Dockerfile and RootFS)
- delete local 8 or 9 branch, and create orphan one

Update README.md
2024-04-15 16:37:51 +03:00
Yuriy Kohut
1595870d6c
Enhance sync with upstream and push for almalinux/docker-library-official-images (#6)
- use GitHub CLI to sync
- pull with '--rebase --autostash' before push

Update README.md
2024-04-12 13:22:02 +02:00
926f2d68e6
Merge pull request #5 from yuravk/main
Implement root file-system extracting from images.
2024-04-10 19:05:46 +02:00
Yuriy Kohut
077ca2b38d Implement root file-system extracting from images.
Remove "Collect and save changed Containerfile(s) used by Docker Official Library" job from the "Build, test and push to the Client Library" workflow.
It is now part of the "Deploy version_major images_type images" job.

Update README.md.
2024-04-10 18:45:37 +03:00
ec8533c645
Add GitHub Registry to testing scope 2024-04-05 13:17:40 +02:00
a806678ab6
Merge pull request #1 from yuravk/main
Container images CI/CD workflow with GitHub Actions
2024-04-01 16:05:24 +02:00
Yuriy Kohut
387ba35429 Add Containerfile(s) for AlmaLinux versions 8 and 9, and following types: base, default, init, micro, minimal. The files are copied from corresponded ones at https://github.com/AlmaLinux/docker-images/tree/main/dockerfiles
Implement CI/CD workflow with GitHub Actions:
- to build, test and push container images to Client Library.
- to publish images to the Docker Official Library.

Add documentation: README.md
2024-03-29 15:32:07 +02:00
f0e2f2b341
Initial commit 2024-03-13 18:42:03 +01:00