Changelog for
docker-image-migrator-1.0.2-2.4.i586.rpm :
Tue Mar 15 13:00:00 2016 asaraiAATTsuse.de
- add some extra documentation to docker-image-migrator.spec
- some more information when running the migration script.
Tue Mar 15 13:00:00 2016 jmassaguerplaAATTsuse.com
- add a warning on not being able to downgrade once you install
docker 1.10
https://github.com/docker/docker/issues/21208
Mon Mar 14 13:00:00 2016 jmassaguerplaAATTsuse.com
- fix build for gcc5-go: set static linking. Based on
gcc-go-patches.patch from docker package
https://build.suse.de/package/rdiff/Devel:Docker/docker?linkrev=base&rev=48
Mon Mar 14 13:00:00 2016 asaraiAATTsuse.de
- added patch ignore_undefined_flag_errors.patch to allow us to just source
Docker\'s /etc/sysconfig/docker file as the command line arguments in the
auto-migration script.
- source /etc/sysconfig/docker and accept command line options for the migrator,
this allows for both manually assisted and automated flags.
Fri Mar 11 13:00:00 2016 asaraiAATTsuse.de
- do-image-migration-v1to2.sh: attempt to migrate using both \"auto\" as well as
explicily attempting each driver and log the results to the $DONEFILE.
Fri Mar 11 13:00:00 2016 asaraiAATTsuse.de
-
*: switch to nicer names for scripts and done files.
Wed Mar 9 13:00:00 2016 asaraiAATTsuse.de
- update the migration script to use the new /usr/lib/docker-image-migrator/
path.
- add docker-image-migrator.service to allow running the migrator as a systemd
service.
Wed Mar 9 13:00:00 2016 asaraiAATTsuse.de
- remove all of the hacks to work with the just-error-the-install method we\'re
going with for the migration.
Thu Mar 3 13:00:00 2016 asaraiAATTsuse.com
- Add a ExecStopPost= cleanup script to remove the automigrator if everything
goes pear-shaped.
Thu Mar 3 13:00:00 2016 asaraiAATTsuse.com
- Add a %postun cleanup script.
Thu Mar 3 13:00:00 2016 asaraiAATTsuse.com
- Have to run the migration every time because the migrator is run in %post.
Wed Mar 2 13:00:00 2016 asaraiAATTsuse.com
- Don\'t use awk for the patching, instead use the \"vendor overwrite\" feature in
systemd to override the ExecStop= default.
Wed Mar 2 13:00:00 2016 asaraiAATTsuse.com
- Reload the daemon after changing the service file directives.
Wed Mar 2 13:00:00 2016 asaraiAATTsuse.com
- Kill Docker
*after
* unpatching the migration script.
Mon Feb 29 13:00:00 2016 asaraiAATTsuse.com
- Add an initial version of the no-downtime migration package. (bnc#968937)
(fate#320637)