[Bug 1038476] New: "zypper in docker" fails with "docker: command not found"
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Bug ID: 1038476 Summary: "zypper in docker" fails with "docker: command not found" Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: kkaempf@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- This looks like a wrong/missing Pre-Requires:
sudo zypper in docker The following 2 NEW packages are going to be installed: docker docker-libnetwork
2 new packages to install. Overall download size: 10.4 MiB. Already cached: 0 B. After the operation, additional 43.3 MiB will be used. Continue? [y/n/...? shows all options] (y): Retrieving package docker-libnetwork-0.0.0+git20161019.0f53435-1.1.x86_64 (1/2), 461.8 KiB ( 1.5 MiB unpacked) Retrieving: docker-libnetwork-0.0.0+git20161019.0f53435-1.1.x86_64.rpm ...................................................................................................................................[done] Retrieving package docker-1.13.0-2.1.x86_64 (2/2), 10.0 MiB ( 41.8 MiB unpacked) Retrieving: docker-1.13.0-2.1.x86_64.rpm .....................................................................................................................................................[done (6.5 MiB/s)] Checking for file conflicts: .............................................................................................................................................................................[done] (1/2) Installing: docker-libnetwork-0.0.0+git20161019.0f53435-1.1.x86_64 .................................................................................................................................[done] (2/2) Installing: docker-1.13.0-2.1.x86_64 ...............................................................................................................................................................[done] Additional rpm output: /var/tmp/rpm-tmp.jV6veu: line 11: docker: command not found Updating /etc/sysconfig/docker ...
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 http://bugzilla.suse.com/show_bug.cgi?id=1038476#c1 Martin Pluskal <mpluskal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mpluskal@suse.com, | |tchvatal@suse.com --- Comment #1 from Martin Pluskal <mpluskal@suse.com> --- It seems to be caused by %pre section: if [[ -d "%{docker_store}" && -n "$(find "%{docker_graph}" -maxdepth 1 -type d 2>/dev/null | grep -Ev '_tmp|^%{docker_graph}$')" ]]; then # Check if currently installed version of docker is old enough to need migration. CURRENT_DOCKER_VERSION=$(docker -v | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/') # This variable will contain the current docker version if migration is needed otherwise it will contain the upgrade point. # Next time the docker package needs to be upgraded without restarting the service increase the 1.10.1 to the new version. NEED_UPGRADE_VERSION=$(echo -e "$CURRENT_DOCKER_VERSION\n%{last_migration_version}" | sort -V | head -1) if [[ $CURRENT_DOCKER_VERSION == $NEED_UPGRADE_VERSION ]]; then touch %{docker_migration_testfile} fi fi Which fails in case %{docker_store} (/var/lib/docker) exists and docker is not already installed. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 http://bugzilla.suse.com/show_bug.cgi?id=1038476#c2 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Tomáš Chvátal <tchvatal@suse.com> --- I sent sr against the devel project fixing this issue. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |ibs:running:4666:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|ibs:running:4666:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:6992:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 http://bugzilla.suse.com/show_bug.cgi?id=1038476#c4 --- Comment #4 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2017:1965-1: An update that solves one vulnerability and has 17 fixes is now available. Category: recommended (moderate) Bug References: 1026827,1028113,1028638,1028639,1030702,1032287,1032644,1032769,1034053,1034063,1037436,1037607,1038476,1038493,1040618,953182,964546,996303 CVE References: CVE-2017-8932 Sources used: SUSE OpenStack Cloud 6 (src): containerd-0.2.5+gitr639_422e31c-20.2, docker-17.04.0_ce-98.2, golang-github-docker-libnetwork-0.0.0+git20170119.7b2b1fe-4.1, runc-0.1.1+gitr2947_9c2d8d1-20.3 SUSE Linux Enterprise Module for Containers 12 (src): containerd-0.2.5+gitr639_422e31c-20.2, docker-17.04.0_ce-98.2, docker-distribution-2.6.1-15.2, golang-github-docker-libnetwork-0.0.0+git20170119.7b2b1fe-4.1, runc-0.1.1+gitr2947_9c2d8d1-20.3 OpenStack Cloud Magnum Orchestration 7 (src): containerd-0.2.5+gitr639_422e31c-20.2, docker-17.04.0_ce-98.2, golang-github-docker-libnetwork-0.0.0+git20170119.7b2b1fe-4.1, runc-0.1.1+gitr2947_9c2d8d1-20.3 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:6992:moderate |obs:running:6992:moderate | |obs:running:7154:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:6992:moderate | |obs:running:7154:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038476 http://bugzilla.suse.com/show_bug.cgi?id=1038476#c5 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2017:2368-1: An update that has 17 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1026827,1028113,1028638,1028639,1030702,1032287,1032644,1032769,1034053,1034063,1037436,1037607,1038476,1038493,953182,964546,996303 CVE References: Sources used: openSUSE Leap 42.3 (src): containerd-0.2.5+gitr639_422e31c-13.1, docker-17.04.0_ce-33.11, docker-distribution-2.6.1-8.1, go-1.7.5-27.1, golang-bitbucket-taruti-bigendian-0.0.0+hg20130320.25.37f0ed9bf940-3.1, golang-github-cpuguy83-go-md2man-1.0.6+git20160904.a65d4d2-11.1, golang-github-dchest-authcookie-0.0.0+git20120917.fbdef6e-3.1, golang-github-docker-libnetwork-0.0.0+git20170119.7b2b1fe-2.1, golang-github-exercism-cli-2.4.0+git20170324.41427fc-3.1, golang-github-fitstar-falcore-0.0.0+git20161013.63e3547-3.1, golang-github-golang-geo-0.0.0+git20170112.f819552-2.1, golang-github-golang-glog-0.0.0+git20141105.44145f0-7.1, golang-github-golang-protobuf-0.0.0+git20170217.69b215d-5.1, golang-github-gorilla-context-1.1-3.1, golang-github-gorilla-websocket-0.0.0+git20170718.a69d9f6-3.1, golang-github-hoisie-httplib-0.0.0+git20120409.3cbb2f7-3.1, golang-github-hoisie-mustache-0.0.0+git20160804.6375acf-3.1, golang-github-hoisie-web-0.0.0+git20160809.a498c02-5.1, golang-github-jpoirier-cpu-0.0.0+git20141224.5b5a7ea-3.1, golang-github-kr-pty-0.0.0+git20160716.ce7fa45-3.1, golang-github-kr-text-0.0.0+git20160504.7cafcd8-3.1, golang-github-petar-gollrb-0.0.0+git20130427.53be0d3-3.1, golang-github-philio-gomysql-0.0.0+git20110531.e621cd9-3.1, golang-github-russross-blackfriday-1.4.0+git20151230.c8875c0-11.1, golang-github-shurcool-sanitized_anchor_name-0.0.0+git20151027.10ef21a-11.1, golang-google-golangorg-appengine-0.0.0+git20150702.e335b53-6.1, golang-googlecode-couch-go-0.0.0+hg20120329.80177d89e264-3.1, golang-googlecode-freetype-go-0.0.0+git20170609.e2365df-3.1, golang-googlecode-goconf-0.0.0+hg20120508.a4db5c465ed1-3.1, golang-googlecode-mango-doc-0.0.0+hg20141127.23dea2f59f66-2.1, golang-gopkgin-check-0.0.0+git20161122.aa8c435-3.1, golang-org-x-crypto-1.5.2+git20161212.9a6f0a0-2.1, golang-org-x-debug-0.0.0+git20160621.fb50892-2.1, golang-org-x-image-1.0.3+git20161212.88b0132-3.1, golang-org-x-net-1.5.2+git20161213.cfae461-11.1, golang-org-x-net-context-0.0.0+git20170424.da118f7-2.1, golang-org-x-net-html-0.0.0+git20170424.da118f7-2.1, golang-org-x-net-websocket-0.0.0+git20170424.da118f7-2.1, golang-org-x-sync-0.0.0+git20161206.450f422-2.1, golang-org-x-sys-0.0.0+git20161205.478fcf5-3.1, golang-org-x-text-1.5.2+git20161209.47a200a-11.1, golang-org-x-time-rate-0.0.0+git20161028.f51c127-2.1, golang-org-x-tools-1.4.2+git20161212.0a14ca4-6.1, golang-packaging-15.0.3-11.1, runc-0.1.1+gitr2947_9c2d8d1-13.2 openSUSE Leap 42.2 (src): containerd-0.2.5+gitr639_422e31c-10.3.1, docker-17.04.0_ce-30.6.9, docker-distribution-2.6.1-5.3.1, go-1.7.5-23.6.1, golang-github-cpuguy83-go-md2man-1.0.6+git20160904.a65d4d2-6.5.1, golang-github-docker-libnetwork-0.0.0+git20170119.7b2b1fe-2.1, golang-github-golang-geo-0.0.0+git20170112.f819552-2.1, golang-github-golang-glog-0.0.0+git20141105.44145f0-4.3.1, golang-github-golang-protobuf-0.0.0+git20170217.69b215d-2.3.1, golang-github-hoisie-web-0.0.0+git20160809.a498c02-2.3.1, golang-github-russross-blackfriday-1.4.0+git20151230.c8875c0-6.5.1, golang-github-shurcool-sanitized_anchor_name-0.0.0+git20151027.10ef21a-6.5.1, golang-google-golangorg-appengine-0.0.0+git20150702.e335b53-3.3.1, golang-googlecode-mango-doc-0.0.0+hg20141127.23dea2f59f66-2.1, golang-org-x-crypto-1.5.2+git20161212.9a6f0a0-2.1, golang-org-x-debug-0.0.0+git20160621.fb50892-2.1, golang-org-x-net-1.5.2+git20161213.cfae461-6.5.1, golang-org-x-net-context-0.0.0+git20170424.da118f7-2.1, golang-org-x-net-html-0.0.0+git20170424.da118f7-2.1, golang-org-x-net-websocket-0.0.0+git20170424.da118f7-2.1, golang-org-x-sync-0.0.0+git20161206.450f422-2.1, golang-org-x-text-1.5.2+git20161209.47a200a-6.5.1, golang-org-x-time-rate-0.0.0+git20161028.f51c127-2.1, golang-org-x-tools-1.4.2+git20161212.0a14ca4-3.3.1, golang-packaging-15.0.3-8.3.1, runc-0.1.1+gitr2947_9c2d8d1-10.3.2 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com