Skip to content

Commit

Permalink
AL2022 became AL2023 for GA
Browse files Browse the repository at this point in the history
A simple rename.

Fixes: #93
Fixes: amazonlinux/amazon-linux-2023#420
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
stewartsmith committed Aug 19, 2023
1 parent 191fbbc commit ec64359
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ directly use the commands below:

- [Amazon Linux] Note: Only Amazon Linux 2 comes with [EPEL] enabled by default:
```
$ toolbox create --image quay.io/toolbx-images/amazonlinux-toolbox:2023
$ toolbox enter amazonlinux-toolbox-2023
$ toolbox create --image quay.io/toolbx-images/amazonlinux-toolbox:2
$ toolbox enter amazonlinux-toolbox-2
$ toolbox create --image quay.io/toolbx-images/amazonlinux-toolbox:2022
$ toolbox enter amazonlinux-toolbox-2022
```

- [Arch Linux]:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:2022
FROM public.ecr.aws/amazonlinux/amazonlinux:2023

LABEL com.github.containers.toolbox="true" \
name="amazonlinux-toolbox" \
version="2022" \
version="2023" \
usage="This image is meant to be used with the toolbox command" \
summary="Base image for creating Amazon Linux toolbx 2022 containers" \
maintainer="Adam Kaminski <adam@adamkaminski.com>"
summary="Base image for creating Amazon Linux 2023 toolbox containers" \
maintainer="Stewart Smith <trawets@amazon.com>"

COPY missing-docs extra-packages /

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ec64359

Please sign in to comment.