Skip to content

Releases: mikhailnov/docker-rosa

v0.7

27 Feb 00:16
Compare
Choose a tag to compare
  • New algorithm of bootstrapping chroot by urpmi (a better working workaround of unresolvable dependencies)
  • Adopt to build not only rosa2016.1, but also rosa2014.1, rosa2012.1, rosa2012lts minimal images
  • script build-all.sh to build all variants

v0.6

24 Feb 11:43
Compare
Choose a tag to compare
  • minor fixes, show xz progress
  • removed subdir BUILD_rootfs in tarballs
  • introduce seperate rootfs types: std is standard, min is minimal

v0.5

06 Feb 11:48
Compare
Choose a tag to compare
  • Don't install suggested dependencies while building rootfs images
  • Dropped abf-console-client

v0.4

06 Feb 01:24
Compare
Choose a tag to compare
  • Enabled systemd-networkd.service and installed dhcp-client out of the box
  • systemd-networkd will make basic network configuration automatically
  • run systemctl enable dhclient@eth0; systemctl start dhclient@eth0, where eth0 is the name of your interface from ip a, to enable automatic configuration via DHCP (run just dhclient eth0 for one-time config)

v0.3

06 Feb 00:45
Compare
Choose a tag to compare
  • /etc/termcap out of the box fixes console experience
  • added systemd (allows booting in systemd-nspawn)
  • disabled pam_securetty to allow logging in as root via systemd-nspawn -b

v0.2

24 Oct 21:39
Compare
Choose a tag to compare
upd gitignore

v0.1

24 Oct 17:51
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
add tarballs to gitignore