Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker | name : docker | ||||
| version : 20.10.13 | version : 20.10.14 | ||||
| release : 36 | release : 37 | ||||
| source : | source : | ||||
| - https://github.com/moby/moby/archive/v20.10.13.tar.gz : bd82205bbb39e835c4e9c691c9d5bb8dea40ace847f80b030c736faba95b0b67 | - https://github.com/moby/moby/archive/v20.10.14.tar.gz : dbe1ae342351108b7b30232c4bce0559c81ad9fb6c978d7c8425d6aa53e476c1 | ||||
| - git|https://github.com/docker/cli : v20.10.13 | - git|https://github.com/docker/cli.git : v20.10.14 | ||||
| - git|https://github.com/moby/libnetwork.git : 64b7a4574d1426139437d20e81c0b6d391130ec8 | - git|https://github.com/moby/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 | ||||
| - docker-buildx | - docker-buildx | ||||
| - 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="906f57ff5b7100013dfef066ea8fe367706468df" | export DOCKER_GITCOMMIT="87a90dc786bda134c9eb02adbae2c6a7342fb7f6" | ||||
| export GITCOMMIT="906f57ff5b7100013dfef066ea8fe367706468df" | export GITCOMMIT="87a90dc786bda134c9eb02adbae2c6a7342fb7f6" | ||||
| 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.