File docker-image-migrator.changes of Package docker-image-migrator.2283
-------------------------------------------------------------------
Tue Mar 15 11:42:34 UTC 2016 - asarai@suse.de
- add some extra documentation to docker-image-migrator.spec
- some more information when running the migration script.
-------------------------------------------------------------------
Tue Mar 15 08:57:31 UTC 2016 - jmassaguerpla@suse.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 17:39:38 UTC 2016 - jmassaguerpla@suse.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 11:05:21 UTC 2016 - asarai@suse.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 08:22:56 UTC 2016 - asarai@suse.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 07:52:46 UTC 2016 - asarai@suse.de
- *: switch to nicer names for scripts and done files.
-------------------------------------------------------------------
Wed Mar 9 14:45:26 UTC 2016 - asarai@suse.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 14:34:00 UTC 2016 - asarai@suse.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 12:35:36 UTC 2016 - asarai@suse.com
- Add a ExecStopPost= cleanup script to remove the automigrator if everything
goes pear-shaped.
-------------------------------------------------------------------
Thu Mar 3 06:40:12 UTC 2016 - asarai@suse.com
- Add a %postun cleanup script.
-------------------------------------------------------------------
Thu Mar 3 06:23:17 UTC 2016 - asarai@suse.com
- Have to run the migration every time because the migrator is run in %post.
-------------------------------------------------------------------
Wed Mar 2 14:59:13 UTC 2016 - asarai@suse.com
- Don't use awk for the patching, instead use the "vendor overwrite" feature in
systemd to override the ExecStop= default.
-------------------------------------------------------------------
Wed Mar 2 14:07:00 UTC 2016 - asarai@suse.com
- Reload the daemon after changing the service file directives.
-------------------------------------------------------------------
Wed Mar 2 12:47:46 UTC 2016 - asarai@suse.com
- Kill Docker *after* unpatching the migration script.
-------------------------------------------------------------------
Mon Feb 29 12:12:08 UTC 2016 - asarai@suse.com
- Add an initial version of the no-downtime migration package. (bnc#968937)
(fate#320637)