56 Commits

Author SHA1 Message Date
DCCooper
422afc4cfa isula-build: change isula-build file mode
reason: since isula-build client file mode is too large(0551),
we decided to remove other's permission(0550) on it.
Beside, we change the public key(isula-build.pub) file
mode to 0400(from 0444), so only the owner of the public
key can read the key.
After this commit, if the non-root user want to use command
login, logout, build with args(http_proxy, https_proxy, etc...),
they need use sudo to temporarily obtain root permission.

Signed-off-by: DCCooper <1866858@gmail.com>
2021-07-26 17:52:20 +08:00
openeuler-ci-bot
dafe8c5431 !91 isula-build: sync upstream patch
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-06-16 07:05:35 +00:00
DCCooper
08770c2029 isula-build: sync upstream patch
Signed-off-by: DCCooper <1866858@gmail.com>
2021-06-16 14:41:17 +08:00
openeuler-ci-bot
2fcfbd8fef !85 isula-build: sync patches from upstream
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-06-02 16:40:14 +08:00
DCCooper
b3c544dea6 isula-build: sync patches from upstream
reason: updates are showing as follow:
- fix data and run root not effective when setting configuration.toml
- enhancement on go tests
- set user's uid and gid for containers
- make isula-build client side static so that which can be run in containers environment

Signed-off-by: DCCooper <1866858@gmail.com>
2021-06-02 14:45:19 +08:00
openeuler-ci-bot
9eae1d51d2 !80 isula-build:Sync upstream patches
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-03-04 09:44:06 +08:00
DCCooper
950f2f8ba2 isula-build:Sync upstream patches
Signed-off-by: DCCooper <1866858@gmail.com>
2021-03-03 19:29:30 +08:00
openeuler-ci-bot
5c7578e0d6 !75 enhancement: remove empty lines when showing image list
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-02-10 11:20:32 +08:00
DCCooper
6ab2f2f958 enhancement:remove empty lines when showing image list
Signed-off-by: DCCooper <1866858@gmail.com>
2021-02-10 10:59:29 +08:00
openeuler-ci-bot
244317b56b !69 bugfix: remove Healthcheck field when build from scratch
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-02-09 20:03:48 +08:00
DCCooper
8993fb26f9 bugfix: remove Healthcheck field when build from scratch
Signed-off-by: DCCooper <1866858@gmail.com>
2021-02-09 19:50:23 +08:00
openeuler-ci-bot
1828cadbc1 !65 [sync] PR-64: isula-build: remove go-md2man build require
From: @openeuler-sync-bot
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-02-09 19:27:55 +08:00
DCCooper
64811290f2 isula-build: remove go-md2man build require
Signed-off-by: DCCooper <1866858@gmail.com>
(cherry picked from commit bd5c977e25dca66719d225a06aa5ddd76c5e7a10)
2021-02-09 19:04:16 +08:00
openeuler-ci-bot
2db9fa19c4 !58 make isula-build ctr-img images display comfortably
From: @leizhongkai
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-02-04 21:04:19 +08:00
leizhongkai
f7cf3d08ea isula-build: make isula-build ctr-img images display comfortably
Signed-off-by: leizhongkai <leizhongkai@huawei.com>
2021-01-29 11:12:32 +08:00
openeuler-ci-bot
d2acc41c9b !53 isula-build: bump version to 0.9.5
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2021-01-27 10:54:15 +08:00
DCCooper
2342a5e3c9 isula-build: bump version to 0.9.5
Signed-off-by: DCCooper <1866858@gmail.com>
2021-01-26 15:45:32 +08:00
openeuler-ci-bot
07e05fa10b !49 hack:modify gen-version script and add changelog automatically
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-12-11 15:03:24 +08:00
DCCooper
dc98b0aac2 hack:modify gen-version script and add changelog automatically
Signed-off-by: DCCooper <1866858@gmail.com>
2020-12-11 14:54:01 +08:00
openeuler-ci-bot
83f48501d5 !48 isula-build: change default umask of isula-builder process
From: @jingxiaolu
Reviewed-by: @DCCooper,@caihaomin
Signed-off-by: @caihaomin
2020-12-11 14:18:46 +08:00
Lu Jingxiao
e46a9bb5bc isula-build: change default umask of isula-builder process
Signed-off-by: Lu Jingxiao <lujingxiao@huawei.com>
2020-12-11 11:29:49 +08:00
openeuler-ci-bot
90807e5013 !47 isula-build:fix printing FROM command double times to console
From: @caihaomin
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-12-08 22:01:30 +08:00
caihaomin
bc52d40edd isula-build:fix printing FROM command double times to console
Signed-off-by: caihaomin <caihaomin@huawei.com>
2020-12-08 21:53:29 +08:00
openeuler-ci-bot
5912b5d274 !46 isula-build:fix problems found by code review
From: @caihaomin
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-12-08 20:16:38 +08:00
caihaomin
f4d473efd4 isula-build:fix problems found by code review
Signed-off-by: caihaomin <caihaomin@huawei.com>
2020-12-08 19:58:12 +08:00
openeuler-ci-bot
6a7d3955d7 !45 isula-build:add more fuzz tests
From: @caihaomin
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-12-08 19:56:47 +08:00
caihaomin
53ba58d5eb isula-build:add more fuzz tests
Signed-off-by: caihaomin <caihaomin@huawei.com>
2020-12-08 19:46:41 +08:00
openeuler-ci-bot
5b0edc17e1 !44 isula-build:imporve daemon push and pull unit test
From: @caihaomin
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-12-08 19:20:51 +08:00
caihaomin
dc0ff1f10a isula-build:imporve daemon push and pull unit test
Signed-off-by: caihaomin <caihaomin@huawei.com>
2020-12-08 15:55:34 +08:00
openeuler-ci-bot
c7069472b0 !39 Hack:add compile flag ftrapv and enable debuginfo
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-27 18:19:10 +08:00
DCCooper
fce1d7eb3e Hack: add compile flag ftrapv and enable debuginfo
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-27 17:31:40 +08:00
openeuler-ci-bot
1a48dbe94a !35 isula-build: mask /proc/pin_memory
From: @Vanient
Reviewed-by: @zvier,@jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-20 10:43:43 +08:00
xiadanni
fe11e3e73f isula-build: mask /proc/pin_memory
Signed-off-by: xiadanni <xiadanni1@huawei.com>
2020-11-20 09:58:53 +08:00
openeuler-ci-bot
d159397d7d !32 support build Dockerfile only have FROM command
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-19 21:53:07 +08:00
DCCooper
8db70c3871 isula-build:support build Dockerfile only have FROM command
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-19 19:43:27 +08:00
openeuler-ci-bot
8f62c2089d !29 cleancode: delete patches no longer usefull
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-19 09:32:25 +08:00
DCCooper
3b80d7492e cleancode: delete patches no longer usefull
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-18 16:21:47 +08:00
openeuler-ci-bot
da40954c3a !26 bugfix: fix unsuitable filemode for isula-build(er)
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-17 19:29:16 +08:00
DCCooper
71c5e594ed bugfix: fix unsuitable filemode for isula-build(er)
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-17 15:56:56 +08:00
openeuler-ci-bot
f5514e1d3e !23 bugfix:chown config root path before daemon started
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-16 14:40:32 +08:00
DCCooper
6a3abbbc70 bugfix:chown config root path before daemon started
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-12 21:06:15 +08:00
openeuler-ci-bot
30ee9acf11 !20 HotFix: fix panic when user knock ctrl+c in pull, push and save command
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-10 16:37:58 +08:00
DCCooper
0384beb883 HotFix: fix panic when user knock ctrl-c in pull/push/save command
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-10 15:05:58 +08:00
openeuler-ci-bot
94e4f12738 !17 isula-build: bump version to 0.9.4
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-11-09 11:21:48 +08:00
DCCooper
6cfc203e6f isula-build: bump version to 0.9.4
Signed-off-by: DCCooper <1866858@gmail.com>
2020-11-06 17:34:07 +08:00
openeuler-ci-bot
d58708e095 !14 isula-build:sync patch from upstream
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-09-19 17:10:37 +08:00
DCCooper
4762724a94 isula-build:sync patch from upstream
changes include:
- parse all stages and mark it wheather need to commit
- fix build hang problem when error happened before pipe open
- change default healthcheck timeout to 20s
- add -t shortname for --tag and remove it from --timeout

Signed-off-by: DCCooper <1866858@gmail.com>
2020-09-19 15:28:16 +08:00
openeuler-ci-bot
5bd679ffe1 !11 isula-build: bump version to 0.9.3
From: @DCCooper
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
2020-09-10 21:00:39 +08:00
DCCooper
9c4dec0622 isula-build:bump version to 0.9.3
Signed-off-by: DCCooper <1866858@gmail.com>
2020-09-10 20:10:50 +08:00
openeuler-ci-bot
1b4e6d4ae1 !8 isula-build: modify spec
Merge pull request !8 from DCCooper/src_master
2020-09-04 14:36:18 +08:00