Overview
Request 392081 superseded
Update to Docker 1.11.1. The changelog changes are due to OBS and IBS being
synced, and were ok'd by maintainence. From this point onwards, all updates to
Docker packages will be sourced from Virtualization:containers. This request
goes together with request 392078 and 392079.
In addition, this includes a patch to fix a vulnerability in Docker <= 1.11.1.
This patch is upstream but was merged after the 1.11.x merge window.
CVE-2016-3697. bsc#976777.
- Created by cyphar
- In state superseded
- Supersedes 391280
- Superseded by 393252
- Open review for openSUSE:Factory:Staging:adi:107
Request History
cyphar created request
Update to Docker 1.11.1. The changelog changes are due to OBS and IBS being
synced, and were ok'd by maintainence. From this point onwards, all updates to
Docker packages will be sourced from Virtualization:containers. This request
goes together with request 392078 and 392079.
In addition, this includes a patch to fix a vulnerability in Docker <= 1.11.1.
This patch is upstream but was merged after the 1.11.x merge window.
CVE-2016-3697. bsc#976777.
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added factory-repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
licensedigger accepted review
factory-repo-checker reopened review
Execution plan: Virtualization:containers/openSUSE_Tumbleweed
can't install docker-1.11.1-105.1.x86_64:
nothing provides containerd needed by docker-1.11.1-105.1.x86_64
dimstar_suse added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:107"
dimstar_suse accepted review
Picked openSUSE:Factory:Staging:adi:107
factory-repo-checker accepted review
Builds for repo openSUSE:Factory:Staging:adi:107/standard
dimstar declined review
+%if 0%{?is_opensuse}
+# nothing
+%else
+# The mount-secrets patch is be a SLE-specific feature. As such, it is disabled by default on openSUSE.
+# PATCH-FEATURE-SLE docker-mount-secrets.patch -- pass the SCC machine credentials and the /etc/SUSEConnect file to containers
+Patch200: docker-mount-secrets.patch
+%endif
Don't add patches conditionally to the .src.rpm -> it results in .src.rpm that can't be used across platforms. It is fine to apply the patch conditionally though
dimstar declined request
+%if 0%{?is_opensuse}
+# nothing
+%else
+# The mount-secrets patch is be a SLE-specific feature. As such, it is disabled by default on openSUSE.
+# PATCH-FEATURE-SLE docker-mount-secrets.patch -- pass the SCC machine credentials and the /etc/SUSEConnect file to containers
+Patch200: docker-mount-secrets.patch
+%endif
Don't add patches conditionally to the .src.rpm -> it results in .src.rpm that can't be used across platforms. It is fine to apply the patch conditionally though
superseded by 393252