[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-09-07 Thread fermulator
See https://docs.docker.com/engine/release-notes/18.09/#deprecation-
notices (2019-09-03) deprecation notice was set.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-09-05 Thread Nivedita Singhvi
** Tags added: seg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-09-04 Thread fermulator
This is not acceptable practice on an LTS distribution. I'm on Ubuntu
18.04 LTS and got hit by this breaking change from docker package
management -- please revert this package from being released to LTS
Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-14 Thread Alex Muntada
Robie, thanks for your thorough explanation. Now I understand better the
docker support in Ubuntu, and that will help me pick the right setup in
future scenarios.

Cheers,
Alex

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-13 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Quoting multiple people here:

> This is a breaking change for an update that should not happen on an
LTS version.

> An upgrade requiring so much manual intervention like this should
never happen in an LTS release.

You're correct about this in the general case. Unfortunately Docker is
an exception. We believe that most users expect newer Docker upstream
releases to be available in stable Ubuntu releases, so this is what we
do. Corollary: we think that if we didn't do this, most of our Docker-
using users wouldn't want to use the Docker packages we shipped at all.

However it isn't practical to us to maintain feature compatibility when
upstream don't choose to do that themselves. So, as an exception for
Docker, we update to newer upstream releases without concern for
backwards compatibility of the behaviour of Docker itself, instead
relying entirely on upstream's decisions. In this case and based solely
on the analysis already presented by others here, this means that we
don't expect to be patching the aufs storage driver back in to our
packaging ourselves.

This is documented at https://wiki.ubuntu.com/StableReleaseUpdates where
you can see the exceptions that Ubuntu makes for specific packages, and
at https://wiki.ubuntu.com/DockerUpdates for the Docker group of
packages specifically.

You do still have the option of using the version of Docker that shipped
with a release by pinning the package to the release pocket. See
apt_preferences(5) for details. However, this means that you won't
receive updates (security or otherwise) for the package (and sometimes
its dependencies, if they end up effectively pinned as a consequence).

Following the policy as it stands, this isn't something we expect to
fix, and therefore I'm marking this bug Won't Fix. Please feel free to
continue to use this bug to coordinate with others affected - for
example by communicating workarounds.

If you disagree with the policy and want to make a case for it to be
changed, you're welcome to do that. https://discourse.ubuntu.com/ is
probably the best venue for that, and if you do post there then please
link to the thread from here. However, note that you're unlikely to be
successful if your proposal effectively means that you're asking others
to do additional work for you, unless you also provide a workable
solution for where that engineering time would come from.

** Tags added: regression-update

** Changed in: docker.io (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-11 Thread Kristin Cowalcijk
I hit the same problem, and I followed this guide to switch my storage
driver from aufs to overlay2:
https://docs.docker.com/storage/storagedriver/overlayfs-driver/ , then
the upgrade worked.

Migrating docker images from one storage driver to another is a really
painful process: you have to save your images as tar files, switch the
storage driver, then load them back one after another. An upgrade
requiring so much manual intervention like this should never happen in
an LTS release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-08 Thread Antoine Pitrou
Does anyone know how to upgrade the images and containers? Ideally the
error message when upgrading should give a clue about that...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: docker.io (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-06 Thread Rörd Hinrichsen
I can confirm I had the same problem. Ideally, the package upgrade
should have offered an option to upgrade the images and containers from
aufs to overlay2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939106] Re: The aufs storage-driver is no longer supported in docker.io_20.10.7-0ubuntu1~20.04.1

2021-08-06 Thread Alex Muntada
This is a breaking change for an update that should not happen on an LTS
version.

Please, add support for aufs back to docker.io and plan a better upgrade
path for users.

I'm holding further docker.io updates for now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939106

Title:
  The aufs storage-driver is no longer supported in
  docker.io_20.10.7-0ubuntu1~20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1939106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs