Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker | name : docker | ||||
| version : 20.10.18 | version : 20.10.20 | ||||
| release : 39 | release : 40 | ||||
| source : | source : | ||||
| - https://github.com/moby/moby/archive/v20.10.18.tar.gz : 9907aaaf39fb1c2c3fd427192e4a63d7adf8ddc9fb0e29c692a6ca10de9c34f6 | - https://github.com/moby/moby/archive/v20.10.20.tar.gz : 397aefcd584999333dee0b9c3a47119dfb95196f1dfefcefd154ce955157b984 | ||||
| - git|https://github.com/docker/cli.git : v20.10.18 | - git|https://github.com/docker/cli.git : v20.10.20 | ||||
| - git|https://github.com/moby/libnetwork.git : 0dde5c895075df6e3630e76f750a447cf63f4789 | - git|https://github.com/moby/libnetwork.git : 0dde5c895075df6e3630e76f750a447cf63f4789 | ||||
| - git|https://github.com/krallin/tini.git : v0.19.0 | - git|https://github.com/krallin/tini.git : v0.19.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 | ||||
| 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. | ||||
| Docker containers are both hardware-agnostic and platform-agnostic. This means they can run anywhere, from your laptop to the largest cloud compute instance and everything in between - and they don't require you to use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without depending on a particular stack or provider. | Docker containers are both hardware-agnostic and platform-agnostic. This means they can run anywhere, from your laptop to the largest cloud compute instance and everything in between - and they don't require you to use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without depending on a particular stack or provider. | ||||
| strip : no | strip : no | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(devmapper) | - pkgconfig(devmapper) | ||||
| - btrfs-progs-devel | - btrfs-progs-devel | ||||
| - go-md2man | - go-md2man | ||||
| - golang | - golang | ||||
| rundeps : | rundeps : | ||||
| - btrfs-progs | - btrfs-progs | ||||
| - containerd | - containerd | ||||
| - dnsmasq | - dnsmasq | ||||
| - docker-buildx | - docker-buildx | ||||
| environment: | | environment: | | ||||
| export PLATFORM="Docker Engine - Community" | export PLATFORM="Docker Engine - Community" | ||||
| export AUTO_GOPATH=1 | export AUTO_GOPATH=1 | ||||
| export DISABLE_WARN_OUTSIDE_CONTAINER=1 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 | ||||
| export DOCKER_GITCOMMIT="e42327a6d3c55ceda3bd5475be7aae6036d02db3" | export GITCOMMIT="03df974ae9e6c219862907efdd76ec2e77ec930b" | ||||
| export GITCOMMIT="e42327a6d3c55ceda3bd5475be7aae6036d02db3" | export DOCKER_GITCOMMIT=$GITCOMMIT | ||||
| export GO111MODULE=auto | export GO111MODULE=auto | ||||
| export GOPATH="${workdir}" | export GOPATH="${workdir}" | ||||
| unset LDFLAGS | unset LDFLAGS | ||||
| build : | | build : | | ||||
| mkdir -p src/github.com/docker | mkdir -p src/github.com/docker | ||||
| # Build proxy | # Build proxy | ||||
| ln -sv $sources/libnetwork.git src/github.com/docker/libnetwork | ln -sv $sources/libnetwork.git src/github.com/docker/libnetwork | ||||
| ▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.