Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker | name : docker | ||||
| version : 20.10.10 | version : 20.10.12 | ||||
| release : 34 | release : 35 | ||||
| source : | source : | ||||
| - https://github.com/moby/moby/archive/v20.10.10.tar.gz : 6d42436eba8ff0b7f80dd148936ae42142490470610590c1a09dbbb175c4e869 | - https://github.com/moby/moby/archive/v20.10.12.tar.gz : a8ee80d31c7b74f687a837cd2a8570578f118179fba0844c5ee88f90fe180155 | ||||
| - git|https://github.com/docker/cli : v20.10.10 | - git|https://github.com/docker/cli : v20.10.12 | ||||
| - git|https://github.com/docker/libnetwork.git : 64b7a4574d1426139437d20e81c0b6d391130ec8 | - git|https://github.com/docker/libnetwork.git : 64b7a4574d1426139437d20e81c0b6d391130ec8 | ||||
| - 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 | ||||
| - runc | - runc | ||||
| environment: | | environment: | | ||||
| export AUTO_GOPATH=1 | export AUTO_GOPATH=1 | ||||
| export DISABLE_WARN_OUTSIDE_CONTAINER=1 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 | ||||
| export DOCKER_GITCOMMIT="e2f740de442bac52b280bc485a3ca5b31567d938" | export DOCKER_GITCOMMIT="459d0dfbbb51fb2423a43655e6c62368ec0f36c9" | ||||
| export GITCOMMIT="e2f740de442bac52b280bc485a3ca5b31567d938" | export GITCOMMIT="459d0dfbbb51fb2423a43655e6c62368ec0f36c9" | ||||
| 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 70 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.