summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
sy1124.kim [Tue, 10 Oct 2017 06:56:37 +0000 (15:56 +0900)]
Remove unnecessary buildrequires
Docker-engine doesn't use git.
But it was included in buildrequires.
Checked building and working in rpi3 target.
Signed-off-by: sy1124.kim <sy1124.kim@samsung.com>
Change-Id: I86b4921d8ca7200fbe0d1ab46e90eee26d44ddaf
wansu.yoo [Wed, 13 Sep 2017 05:51:35 +0000 (14:51 +0900)]
Update docker-ce tarball
1. docker-ce tarball is from v17.06.1-ce-dz-upload_dockerd_binary of
github.sec.samsung.net/docker-ce.
and, changes are:
1) skip cli build
2) update dockerd binary after build
2. block docker-ce build at docker-engine.spec
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: I06ff97d394b0fa0f24778ca5e71e4e9c4ebf4992
wansu.yoo [Tue, 12 Sep 2017 07:02:28 +0000 (16:02 +0900)]
[obs build testing] add -v option when go build
"-v : print the names of packages as they are compiled."
it support for trace of docker-engine build.
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: Ieede5dc9c0a3723f643bd4260d833307c47d030d
wansu.yoo [Tue, 12 Sep 2017 04:28:47 +0000 (13:28 +0900)]
Revert "Re-ordered build binary"
This reverts commit
d1aedf1a7cd61ed71651126849d3ec7334668cff.
Change-Id: I346f29ae7ba48e92a3284de17a931959caa24f4c
wansu.yoo [Mon, 11 Sep 2017 09:34:43 +0000 (18:34 +0900)]
Re-ordered build binary
1. docker cli
2. containerd
3. runc
4. engine
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: I97cecb72f36afbe20d0bbf78346298e11d0188aa
wansu.yoo [Mon, 4 Sep 2017 23:07:20 +0000 (08:07 +0900)]
Fixed mic build error
"docker-engine" package is consist of 3 binaries (dockerd, containerd, runc).
So, "Requires" option shouldn't exist at docker-engine spec file.
It caused installation error.
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: I76ecd7c2ed890defcacfe35586ae7a12656434cf
sy1124.kim [Tue, 29 Aug 2017 10:08:33 +0000 (19:08 +0900)]
Add build option of spec file
The docker-engine only supported arm 32bit architecture.
Signed-off-by: sy1124.kim <sy1124.kim@samsung.com>
Change-Id: I4c505e5d275132faec4fc8064babb41ba93c0979
sy1124.kim [Tue, 29 Aug 2017 08:43:52 +0000 (17:43 +0900)]
Merge branch 'master' of ssh://review.tizen.org:29418/platform/upstream/docker-engine
Merge pull request #1 from RS7-DeviceManagement/v17.06.1-dz
V17.06.1 dz
sy1124.kim [Tue, 29 Aug 2017 06:26:05 +0000 (15:26 +0900)]
update tar file of containerd, docker-ce, runc
sy1124.kim [Tue, 29 Aug 2017 06:23:59 +0000 (15:23 +0900)]
update submodule of runc
sy1124.kim [Tue, 29 Aug 2017 05:54:41 +0000 (14:54 +0900)]
Change branch to v17.06.1-ce-dz
Update README.md
Tizen Infrastructure [Mon, 28 Aug 2017 10:32:20 +0000 (10:32 +0000)]
Initial empty repository
sy1124.kim [Fri, 25 Aug 2017 08:53:48 +0000 (17:53 +0900)]
update branch of submoduels
sy1124.kim [Fri, 25 Aug 2017 05:43:16 +0000 (14:43 +0900)]
Add packaging folder
sy1124.kim [Fri, 25 Aug 2017 00:50:23 +0000 (09:50 +0900)]
Change folder name of submodules.
Signed-off-by: sy1124.kim <sy1124.kim@samsung.com>
sy1124.kim [Thu, 24 Aug 2017 00:34:52 +0000 (09:34 +0900)]
add submodule of docker-ce
sy1124.kim [Thu, 24 Aug 2017 00:29:07 +0000 (09:29 +0900)]
add submodule of runc
sy1124.kim [Thu, 24 Aug 2017 00:15:04 +0000 (09:15 +0900)]
update container branch
sy1124.kim [Thu, 24 Aug 2017 00:13:53 +0000 (09:13 +0900)]
add containerd
Create README.md