Many thanks for adding slink! (#2)
Is anyone else getting exits from the slink image after running the first command? Shell builtins seems to work, and commands seems to run fine but as soon as they return, the image exits. Potato and later images works fine for me.
jas@kaka:~$ podman run -it --rm debian/eol:slink
a940937b7dd0:/# echo *
bin boot cdrom dev etc floppy home initrd lib mnt proc root run sbin sys tmp usr var
a940937b7dd0:/# cd etc
a940937b7dd0:/etc# echo *
adduser.conf adjtime ae ae.rc alternatives apt conf.modules console-tools cron.d cron.daily cron.weekly debian_version default dpkg fdmount.conf fstab gateways group host.conf hostname hosts hosts.allow hosts.deny inetd.conf init.d inittab inputrc isapnp.conf isapnp.gone issue issue.net ld.so.cache ld.so.conf lilo.conf limits locale.alias localtime login.access login.defs mediaprm modules modutils motd mtab nsswitch.conf pam.conf pam.d passwd porttime profile protocols pwdb.conf rc.boot rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d resolv.conf rpc securetty security services shells skel syslog.conf terminfo updatedb.conf
a940937b7dd0:/etc# ls
adduser.conf cron.d gateways init.d ld.so.conf modules porttime rc3.d security
adjtime cron.daily group inittab lilo.conf modutils profile rc4.d services
ae cron.weekly host.conf inputrc limits motd protocols rc5.d shells
ae.rc debian_version hostname isapnp.conf locale.alias mtab pwdb.conf rc6.d skel
alternatives default hosts isapnp.gone localtime nsswitch.conf rc.boot rcS.d syslog.conf
apt dpkg hosts.allow issue login.access pam.conf rc0.d resolv.conf terminfo
conf.modules fdmount.conf hosts.deny issue.net login.defs pam.d rc1.d rpc updatedb.conf
console-tools fstab inetd.conf ld.so.cache mediaprm passwd rc2.d securetty
a940937b7dd0:/etc# exit
jas@kaka:~$
Many thanks for adding slink! (#2)
Is anyone else getting exits from the slink image after running the first command? Shell builtins seems to work, and commands seems to run fine but as soon as they return, the image exits. Potato and later images works fine for me.