Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
e8e56779
Commit
e8e56779
authored
Jan 27, 2019
by
Francesco Marinucci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] docker: update sources, builds successfully
parent
f5c49ddc
Pipeline
#2335
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docker/PKGBUILD
docker/PKGBUILD
+6
-6
No files found.
docker/PKGBUILD
View file @
e8e56779
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pkgname
=
docker
pkgname
=
docker
pkgver
=
18.09.1
pkgver
=
18.09.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'Pack, ship and run any application as a lightweight container'
pkgdesc
=
'Pack, ship and run any application as a lightweight container'
arch
=(
'x86_64'
)
arch
=(
'x86_64'
)
url
=
'https://www.docker.com/'
url
=
'https://www.docker.com/'
...
@@ -20,11 +20,11 @@ replaces=('containerd' 'runc')
...
@@ -20,11 +20,11 @@ replaces=('containerd' 'runc')
options
=(
'!strip'
'!buildflags'
)
options
=(
'!strip'
'!buildflags'
)
# Use exact commit version from Dockerfile, see them in:
# Use exact commit version from Dockerfile, see them in:
# https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/
# https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/
_RUNC_COMMIT
=
4fc53a81fb7c994640722ac585fa9ca548971871
_RUNC_COMMIT
=
96ec2177ae841256168fcf76954f7177af9446eb
_CONTAINERD_COMMIT
=
773c489c9c1b21a6d78b5c538cd395416ec50f88
_CONTAINERD_COMMIT
=
9754871865f7fe2f4e74d43e2fc7ccd237edcbce
_TINI_COMMIT
=
949e6facb77383876aeff8a6944dde66b3089574
_TINI_COMMIT
=
fec3683b971d9c3ef73f284f176672c44b448662
_LIBNETWORK_COMMIT
=
c15b372ef22125880d378167dde44f4b134e1a77
_LIBNETWORK_COMMIT
=
2cfbf9b1f98162a55829a21cc603c76072a75382
source
=(
"git+https://github.com/docker/docker-ce.git#tag=v
$pkgver
-ce
"
source
=(
"git+https://github.com/docker/docker-ce.git#tag=v
$pkgver
"
"git+https://github.com/opencontainers/runc.git#commit=
$_RUNC_COMMIT
"
"git+https://github.com/opencontainers/runc.git#commit=
$_RUNC_COMMIT
"
"git+https://github.com/containerd/containerd.git#commit=
$_CONTAINERD_COMMIT
"
"git+https://github.com/containerd/containerd.git#commit=
$_CONTAINERD_COMMIT
"
"git+https://github.com/docker/libnetwork.git#commit=
$_LIBNETWORK_COMMIT
"
"git+https://github.com/docker/libnetwork.git#commit=
$_LIBNETWORK_COMMIT
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment