Talk:Unicorn: Difference between revisions
(migration instructions) |
m (docker upgrade instructions) |
||
| Line 27: | Line 27: | ||
<code># deb-src [arch=amd64] https://download.docker.com/linux/debian stretch stable</code> </br> | <code># deb-src [arch=amd64] https://download.docker.com/linux/debian stretch stable</code> </br> | ||
(END) | (END) | ||
== Docker upgrade == | |||
Docker version 18.09.0, build 4d60db4 </br> | |||
[https://docs.docker.com/engine/release-notes/18.09/ Release notes for 18.09.0] </br> | |||
[https://docs.docker.com/engine/release-notes/ Release notes for all versions of 19+] </br> | |||
Revision as of 14:07, 26 April 2020
Migration to Buster
sudo cp -v /etc/apt/sources.list /root/
sudo cp -rv /etc/apt/sources.list.d/ /root/
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/*
### see updated file now ###
cat /etc/apt/sources.list
Stretch Packages
# deb cdrom:[Debian GNU/Linux 9.2.1 _Stretch_ - Official amd64 NETINST 20171013-13:07]/ stretch main
# deb cdrom:[Debian GNU/Linux 9.2.1 _Stretch_ - Official amd64 NETINST 20171013-13:07]/ stretch main
deb http://ftp.us.debian.org/debian/ stretch main
deb-src http://ftp.us.debian.org/debian/ stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ stretch-updates main
deb-src http://ftp.us.debian.org/debian/ stretch-updates main
deb [arch=amd64] https://download.docker.com/linux/debian stretch stable
# deb-src [arch=amd64] https://download.docker.com/linux/debian stretch stable
(END)
Docker upgrade
Docker version 18.09.0, build 4d60db4
Release notes for 18.09.0
Release notes for all versions of 19+