subutai-io / packer

Apache License 2.0
1 stars 2 forks source link

All vagrant boxes are out of date, need upgrade every release cycle or add to provision. #93

Closed etursunbaev closed 5 years ago

etursunbaev commented 5 years ago

@etursunbaev commented on Fri Oct 26 2018

All vagrant boxes are out of date, need upgrade every release cycle or add to provision

Expected Behavior

System is up to date of peer installation date

Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

Current Behavior

All boxes out of date. For example this xenial box:

15 packages can be upgraded. Run 'apt list --upgradable' to see them.
subutai@subutai:~$ 
subutai@subutai:~$ apt list --upgradable
Listing... Done
apt/xenial-updates 1.2.29 amd64 [upgradable from: 1.2.27]
apt-transport-https/xenial-updates 1.2.29 amd64 [upgradable from: 1.2.27]
apt-utils/xenial-updates 1.2.29 amd64 [upgradable from: 1.2.27]
libapt-inst2.0/xenial-updates 1.2.29 amd64 [upgradable from: 1.2.27]
libapt-pkg5.0/xenial-updates 1.2.29 amd64 [upgradable from: 1.2.27]
libpam-systemd/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]
libsystemd0/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]
libudev1/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]
linux-generic/xenial-updates,xenial-security 4.4.0.138.144 amd64 [upgradable from: 4.4.0.137.143]
linux-headers-generic/xenial-updates,xenial-security 4.4.0.138.144 amd64 [upgradable from: 4.4.0.137.143]
linux-image-generic/xenial-updates,xenial-security 4.4.0.138.144 amd64 [upgradable from: 4.4.0.137.143]
systemd/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]
systemd-sysv/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]
tzdata/xenial-updates,xenial-updates,xenial-security,xenial-security 2018f-0ubuntu0.16.04 all [upgradable from: 2018e-0ubuntu0.16.04]
udev/xenial-updates 229-4ubuntu21.5 amd64 [upgradable from: 229-4ubuntu21.4]

Possible Solution

On every release boxes should be updated or make with provision

etursunbaev commented 5 years ago

Done