Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker | name : docker | ||||
| version : 18.09.0 | version : 18.09.1 | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://github.com/docker/docker-ce/archive/v18.09.0.tar.gz : 0f251f04b1973956f070c1d7ee2751a9663da2d9d701fbab7e957f0f5f310478 | - https://github.com/docker/docker-ce/archive/v18.09.1.tar.gz : 9eadb1eae1954b0322aadf6505f5397d1b1eccf6395ab511cadf8e6975cfc576 | ||||
| - git|https://github.com/docker/libnetwork.git : 8bc51fd276b549b106dbc7bf8ab18b3a01d66e64 | - git|https://github.com/docker/libnetwork.git : 2cfbf9b1f98162a55829a21cc603c76072a75382 | ||||
| - git|https://github.com/krallin/tini.git : v0.18.0 | - git|https://github.com/krallin/tini.git : v0.18.0 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : virt | component : virt | ||||
| summary : Open source application container engine | summary : Open source application container engine | ||||
| strip : no | strip : no | ||||
| description: | | description: | | ||||
| Docker is an open source project to pack, ship and run any application as a lightweight container. | Docker is an open source project to pack, ship and run any application as a lightweight container. | ||||
| Show All 18 Lines | build : | | ||||
| # Build proxy | # Build proxy | ||||
| ln -sv $sources/libnetwork.git src/github.com/docker/libnetwork | ln -sv $sources/libnetwork.git src/github.com/docker/libnetwork | ||||
| go build -o docker-proxy github.com/docker/libnetwork/cmd/proxy | go build -o docker-proxy github.com/docker/libnetwork/cmd/proxy | ||||
| rm -v src/github.com/docker/libnetwork | rm -v src/github.com/docker/libnetwork | ||||
| # Build daemon | # Build daemon | ||||
| export VERSION=${version}-ce | export VERSION=${version}-ce | ||||
| pushd components/engine | pushd components/engine | ||||
| export DOCKER_GITCOMMIT="4d60db472b2bde6931072ca6467f2667c2590dff" | export DOCKER_GITCOMMIT="4c52b901c6cb019f7552cd93055f9688c6538be4" | ||||
| export AUTO_GOPATH=1 | export AUTO_GOPATH=1 | ||||
| ./hack/make.sh dynbinary | ./hack/make.sh dynbinary | ||||
| popd | popd | ||||
| # Build docker-init | # Build docker-init | ||||
| mkdir -p src/github.com/krallin/tini | mkdir -p src/github.com/krallin/tini | ||||
| cp -r $sources/tini.git/* src/github.com/krallin/tini/ | cp -r $sources/tini.git/* src/github.com/krallin/tini/ | ||||
| pushd src/github.com/krallin/tini | pushd src/github.com/krallin/tini | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.