Skip to content

Commit

Permalink
Add Amazon Linux 2023
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Sep 21, 2023
1 parent ca6b1d5 commit a444afc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ will be commited.
### [![Amazon Linux](https://github.com/saltstack/salt-ci-containers/actions/workflows/amazon-linux-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/amazon-linux-containers.yml)

- [dockerhub/amazonlinux:2](https://hub.docker.com/r/_/amazonlinux/tags?name=2) - `ghcr.io/saltstack/salt-ci-containers/amazon-linux:2`
- [dockerhub/amazonlinux:2023](https://hub.docker.com/r/_/amazonlinux/tags?name=2023) - `ghcr.io/saltstack/salt-ci-containers/amazon-linux:2023`


### [![Apache ZooKeeper](https://github.com/saltstack/salt-ci-containers/actions/workflows/zookeeper-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/zookeeper-containers.yml)
Expand Down
1 change: 1 addition & 0 deletions containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ mirrors:
container: amazonlinux
versions:
- "2"
- "2023"
commands:
- yum update -y

Expand Down
2 changes: 2 additions & 0 deletions mirrors/amazon-linux/2023.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM amazonlinux:2023
RUN yum update -y
1 change: 1 addition & 0 deletions mirrors/amazon-linux/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# [![Amazon Linux](https://github.com/saltstack/salt-ci-containers/actions/workflows/amazon-linux-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/amazon-linux-containers.yml)

- [dockerhub/amazonlinux:2](https://hub.docker.com/r/_/amazonlinux/tags?name=2) - `ghcr.io/saltstack/salt-ci-containers/amazon-linux:2`
- [dockerhub/amazonlinux:2023](https://hub.docker.com/r/_/amazonlinux/tags?name=2023) - `ghcr.io/saltstack/salt-ci-containers/amazon-linux:2023`

0 comments on commit a444afc

Please sign in to comment.