Skip to content

Commit

Permalink
Update base image to Fedora 40 (#296)
Browse files Browse the repository at this point in the history
Also add vim and nano to container

Co-authored-by: Bradley A. Thornton <bthornto@redhat.com>
  • Loading branch information
Qalthos and cidrblock authored Jul 9, 2024
1 parent a29faae commit 15e70ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 3

images:
base_image:
name: quay.io/fedora/fedora-minimal:39
name: quay.io/fedora/fedora-minimal:40

dependencies:
ansible_runner:
Expand Down
2 changes: 2 additions & 0 deletions final/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ zsh \
util-linux-user \
which \
git \
nano \
vim \
dumb-init \
# ansible-pylibssh needs:
gcc \
Expand Down

0 comments on commit 15e70ff

Please sign in to comment.