Skip to content

Commit

Permalink
Revert "feat(docker): add strem9-minimal"
Browse files Browse the repository at this point in the history
This reverts commit 4c700f9.
  • Loading branch information
Tomasz Gagor committed Aug 23, 2023
1 parent 4c700f9 commit 7064d9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- centos7
- stream8
- stream9
- stream9-minimal
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -82,7 +81,6 @@ jobs:
- centos7
- stream8
- stream9
- stream9-minimal
steps:
- uses: actions/checkout@v3
- name: Fetch image
Expand Down Expand Up @@ -155,10 +153,8 @@ jobs:
docker tag ghcr.io/tgagor/centos:stream8-${{ github.sha }} tgagor/centos-stream:latest
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:stream9
docker tag ghcr.io/tgagor/centos:stream9-minimal-${{ github.sha }} tgagor/centos:stream9-minimal
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:9
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-stream9
docker tag ghcr.io/tgagor/centos:stream9-minimal-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-stream9-minimal
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:stream
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:${DOCKER_TAG}
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:latest
Expand All @@ -183,9 +179,7 @@ jobs:
docker push tgagor/centos-stream:latest
docker push tgagor/centos:${DOCKER_TAG}-stream9
docker push tgagor/centos:${DOCKER_TAG}-stream9-minimal
docker push tgagor/centos:stream9
docker push tgagor/centos:stream9-minimal
docker push tgagor/centos:9
docker push tgagor/centos:stream
docker push tgagor/centos:${DOCKER_TAG}
Expand Down
2 changes: 0 additions & 2 deletions README-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Those images are just standard CentOS base images, but:
## Supported tags and respective Dockerfile links

* [latest, stream, stream9, 9, {{ .DOCKER_TAG }}-stream9, {{ .DOCKER_TAG }}](https://github.com/tgagor/docker-centos/blob/master/stream9/Dockerfile)
* [stream9-minimal, {{ .DOCKER_TAG }}-stream9-minimal](https://github.com/tgagor/docker-centos/blob/master/stream9-minimal/Dockerfile)
* [stream8, 8, {{ .DOCKER_TAG }}-stream8](https://github.com/tgagor/docker-centos/blob/master/stream8/Dockerfile)
* [centos7, 7, {{ .DOCKER_TAG }}-centos7](https://github.com/tgagor/docker-centos/blob/master/centos7/Dockerfile)

Expand All @@ -25,7 +24,6 @@ Version numbers use [SemVer](https://semver.org) and they reflect changes done i
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/8?label=centos%3A8%20size)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/stream8?label=centos%3Astream8%20size)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/stream9?label=centos%3Astream9%20size)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/stream9?label=centos%3Astream9-minimal%20size)

## Updates

Expand Down
1 change: 0 additions & 1 deletion stream9-minimal

This file was deleted.

0 comments on commit 7064d9f

Please sign in to comment.