Skip to content

Commit 15e70ff

Browse files
Qalthoscidrblock
andauthored
Update base image to Fedora 40 (ansible#296)
Also add vim and nano to container Co-authored-by: Bradley A. Thornton <[email protected]>
1 parent a29faae commit 15e70ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

execution-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 3
33

44
images:
55
base_image:
6-
name: quay.io/fedora/fedora-minimal:39
6+
name: quay.io/fedora/fedora-minimal:40
77

88
dependencies:
99
ansible_runner:

final/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ zsh \
3333
util-linux-user \
3434
which \
3535
git \
36+
nano \
37+
vim \
3638
dumb-init \
3739
# ansible-pylibssh needs:
3840
gcc \

0 commit comments

Comments
 (0)