Recommended update for docker

Announcement ID: SUSE-RU-2018:0110-1
Rating: low
References:
Affected Products:
  • SUSE Container as a Service Platform 1.0
  • SUSE Container as a Service Platform 2.0

An update that has one fix can now be installed.

Description:

This update for docker adds support for mirroring of private/non-upstream registries (bsc#1074971).

The daemon.json configuration can now be configured as exemplified below:

json { "registries": [ { "Prefix": "docker.io/alpine", "Mirrors": [ { "URL": "http://local-alpine-mirror.lan", } ] }, { "Prefix": "registry.suse.com", "Mirrors": [ { "URL": "https://local-suse-mirror.lan" } ] }, { "Prefix": "http://insecure.registry.org:5000" } ], "registry-mirrors": ["https://deprecated-mirror.com"] }

Patch Instructions:

To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:

  • SUSE Container as a Service Platform 2.0
    To install this update, use the SUSE CaaS Platform 'skuba' tool. It will inform you if it detects new updates and let you then trigger updating of the complete cluster in a controlled way.
  • SUSE Container as a Service Platform 1.0
    To install this update, use the SUSE CaaS Platform 'skuba' tool. It will inform you if it detects new updates and let you then trigger updating of the complete cluster in a controlled way.

Package List:

  • SUSE Container as a Service Platform 2.0 (x86_64)
    • docker-1.12.6-10.4.1
    • docker-debuginfo-1.12.6-10.4.1
    • docker-debugsource-1.12.6-10.4.1
  • SUSE Container as a Service Platform 1.0 (x86_64)
    • docker-1.12.6-10.4.1
    • docker-debuginfo-1.12.6-10.4.1
    • docker-debugsource-1.12.6-10.4.1

References: