Commit Graph

5 Commits

Author SHA1 Message Date
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
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
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