diff --git a/README.md b/README.md index 669239b..2445cae 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/containers.yml b/containers.yml index 996b458..6016e30 100644 --- a/containers.yml +++ b/containers.yml @@ -150,6 +150,7 @@ mirrors: container: amazonlinux versions: - "2" + - "2023" commands: - yum update -y diff --git a/mirrors/amazon-linux/2023.Dockerfile b/mirrors/amazon-linux/2023.Dockerfile new file mode 100644 index 0000000..b4939f0 --- /dev/null +++ b/mirrors/amazon-linux/2023.Dockerfile @@ -0,0 +1,2 @@ +FROM amazonlinux:2023 +RUN yum update -y diff --git a/mirrors/amazon-linux/README.md b/mirrors/amazon-linux/README.md index d40d609..d0e3aed 100644 --- a/mirrors/amazon-linux/README.md +++ b/mirrors/amazon-linux/README.md @@ -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`