According to https://get.opensuse.org/leap/16.0/, Leap 16 has been available on general release for a month (release party on 1st Oct). Is it possible to add an official docker image for this OS release? I use these for testing and building my OS releases.
to add to this, after checking with the maintainer:
There is opensuse/leap:16.0 on registry.opensuse.org/, which should work for testing as well. Only updating the image regularly needs work still, but updates from within the container should work (i.e. running 'zypper up').
Comments 3
According to https://get.opensuse.org/leap/16.0/, Leap 16 has been available on general release for a month (release party on 1st Oct). Is it possible to add an official docker image for this OS release? I use these for testing and building my OS releases.
Hello Generally, we should recommend people to use SUSE's free BCI images https://www.suse.com/products/base-container-images/
See https://build.opensuse.org/package/show/openSUSE:Containers:Leap/16.0
to add to this, after checking with the maintainer:
There is opensuse/leap:16.0 on registry.opensuse.org/, which should work for testing as well. Only updating the image regularly needs work still, but updates from within the container should work (i.e. running 'zypper up').
HTH