forked from pool/docker
review fix-docker-init.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=62
This commit is contained in:
parent
cf3843ed00
commit
5bf2e5da42
@ -13,10 +13,9 @@ index 3caa526..f272d29 100644
|
|||||||
--- a/hack/make/.dockerinit-gccgo
|
--- a/hack/make/.dockerinit-gccgo
|
||||||
+++ b/hack/make/.dockerinit-gccgo
|
+++ b/hack/make/.dockerinit-gccgo
|
||||||
@@ -27,5 +27,6 @@ else
|
@@ -27,5 +27,6 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+/usr/bin/strip -s $DEST/dockerinit-$VERSION
|
+/usr/bin/strip -s $DEST/dockerinit-$VERSION
|
||||||
# sha1 our new dockerinit to ensure separate docker and dockerinit always run in a perfect pair compiled for one another
|
# sha1 our new dockerinit to ensure separate docker and dockerinit always run in a perfect pair compiled for one another
|
||||||
export DOCKER_INITSHA1=$($sha1sum "$DEST/dockerinit-$VERSION" | cut -d' ' -f1)
|
export DOCKER_INITSHA1=$($sha1sum "$DEST/dockerinit-$VERSION" | cut -d' ' -f1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user