Tonis Tiigi
|
0cd68f6491
|
dockerfile: do not add linked and cache paths to context sources
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-11 17:11:59 -07:00 |
Tõnis Tiigi
|
21034f4234
|
Merge pull request #1064 from zabio3/using-rawstring-regex
Simplify regular expression by using raw string literal
|
2019-07-02 17:39:42 -07:00 |
Tonis Tiigi
|
717bb1d769
|
dockerfile: add test for formatting in env
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-01 16:55:17 -07:00 |
zabio3
|
be2691d06c
|
using raw string literal
regular expressions have their own escape sequences, raw strings can improve their readability.
Signed-off-by: Tomohiro Kusumoto <zabio1192@gmail.com>
|
2019-06-30 12:24:25 +09:00 |
Tonis Tiigi
|
0f1c7d0412
|
session: use errors cause
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-06-06 21:15:21 -07:00 |
Nathan Sullivan
|
7c2b06fae9
|
export parser endLine (make public). StartLine is already public.
https://github.com/moby/buildkit/issues/1028
Signed-off-by: Nathan Sullivan <nathan@nightsys.net>
|
2019-05-31 13:48:02 +10:00 |
Tonis Tiigi
|
aed5e98d92
|
dockerfile: allow uid/gid in cache mounts
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-05-22 11:20:15 -07:00 |
Tibor Vass
|
f238f1efb0
|
Merge pull request #1002 from tonistiigi/cwd-user
executor: make sure cwd created with correct user
|
2019-05-13 11:22:23 -07:00 |
Tonis Tiigi
|
ae6c887689
|
grpcclient: set timeout for ping request
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-05-11 22:42:19 -07:00 |
Tonis Tiigi
|
649f68aae2
|
gateway: handle grpc errors
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-05-11 22:42:19 -07:00 |
Tonis Tiigi
|
858b4c7076
|
executor: make sure cwd created with correct user
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-05-11 22:11:26 -07:00 |
Stepan Blyshchak
|
ea4bb024df
|
[convert_test] add ut for circular dependency cases in dockerfile
Signed-off-by: Stepan Blyshchak <stepanblischak@gmail.com>
|
2019-05-11 19:48:18 +03:00 |
Stepan Blyshchak
|
981ee38406
|
[convert] move 'stageName = ""' in covert after checking for circular dependency
To have stageName in error output in case one stage depends on itself
Signed-off-by: Stepan Blyshchak <stepanblischak@gmail.com>
|
2019-05-11 18:25:22 +03:00 |
Stepan Blyshchak
|
98a6ff4fe2
|
apply gofmt
Signed-off-by: Stepan Blyshchak <stepanblischak@gmail.com>
|
2019-05-11 18:25:22 +03:00 |
Stepan Blyshchak
|
ad4ae59aa6
|
[dockerfile2llb] check for circular dependency in convert
Signed-off-by: Stepan Blyshchak <stepanblischak@gmail.com>
|
2019-05-11 18:25:22 +03:00 |
Tonis Tiigi
|
dcacc3985b
|
hack: fix csv values
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-26 16:58:28 -07:00 |
Tonis Tiigi
|
bb03ee6873
|
dockerfile: allow subdirs for remote contexts
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-25 22:27:43 -07:00 |
Tonis Tiigi
|
427e2f0a5f
|
exporter: put arm variant in the image config
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-22 18:01:30 -07:00 |
Tonis Tiigi
|
01f17243bb
|
dockerfile: allow external dockerfile on remote context
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-17 23:50:15 -07:00 |
Tibor Vass
|
bcd466a748
|
Merge pull request #941 from tonistiigi/http-session
http: allow uploads from session
|
2019-04-16 18:21:54 -07:00 |
Tõnis Tiigi
|
776c838951
|
Merge pull request #926 from pptime/35018-expandchown
Expand chown value of COPY command
|
2019-04-16 00:34:46 -07:00 |
Tonis Tiigi
|
4b97a7fed0
|
dockerfile: use fileop for http context
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-16 00:15:07 -07:00 |
Tonis Tiigi
|
e4cb7b17f1
|
http: allow uploads from session
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-15 23:20:31 -07:00 |
Dave Chen
|
63771e60ec
|
doc: make sure the intended message is redirected to file successfully
- suppress the irrelated warning message
- export `stderr` besides `stdout` to the output file
Signed-off-by: Dave Chen <dave.chen@arm.com>
|
2019-04-15 00:38:40 -07:00 |
Hao Hu
|
155bfa5a80
|
Test expanding chown value of COPY command
Signed-off-by: Hao Hu <hao.hu.fr@gmail.com>
|
2019-04-06 23:01:55 +02:00 |
Hao Hu
|
0248635269
|
Expand chown value of COPY command
Signed-off-by: Hao Hu <hao.hu.fr@gmail.com>
|
2019-04-06 10:53:05 +02:00 |
Tonis Tiigi
|
15ef4e2b8a
|
dockerfile: allow content cache for rw mounts
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-02 19:40:30 -07:00 |
Tibor Vass
|
29d65d206e
|
Merge pull request #921 from tonistiigi/tmpfs-readwrite
dockerfile: make tmpfs mount readwrite by default
|
2019-04-02 18:49:40 -07:00 |
Tonis Tiigi
|
502de0e0b4
|
dockerfile: make tmpfs mount readwrite by default
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-02 18:14:52 -07:00 |
Tonis Tiigi
|
a6e29dcdd4
|
dockerfile: handle args with unset values
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-04-02 14:40:53 -07:00 |
Tonis Tiigi
|
c1a1d7033d
|
exporter: add tar exporter
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-27 09:40:24 -07:00 |
Tibor Vass
|
fe0b8a4ec7
|
Merge pull request #902 from tonistiigi/itegration-update
integration: generalize pkg
|
2019-03-26 16:35:12 -07:00 |
Tonis Tiigi
|
7e52b33bf8
|
integration: generalize pkg
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-21 23:49:08 -07:00 |
Tonis Tiigi
|
7ac4bf072f
|
dockerfile: add dockerignore override support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-21 23:09:09 -07:00 |
Tõnis Tiigi
|
e0f5c984dd
|
Merge pull request #898 from chendave/deprecated2
Stop using the deprecated flag "--frontend-opt" for build
|
2019-03-20 22:43:16 -07:00 |
Dave Chen
|
28c9923fc1
|
Stop using the deprecated flag "--frontend-opt" for build
This patch replace "--frontend-opt" to "--opt" for the place
where it is appliable.
Signed-off-by: Dave Chen <dave.chen@arm.com>
|
2019-03-20 19:04:14 -07:00 |
Tibor Vass
|
9e8dfa72d3
|
Merge pull request #885 from tonistiigi/content-gc
content: fix setting wrong gc labels on config query
|
2019-03-20 18:52:41 -07:00 |
Dave Chen
|
c7ac2f392a
|
Stop using the deprecated way for build
Signed-off-by: Dave Chen <dave.chen@arm.com>
|
2019-03-19 19:01:31 -07:00 |
Tonis Tiigi
|
2dc7a133a2
|
content: fix setting wrong gc labels on config query
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-18 12:00:09 -07:00 |
Akihiro Suda
|
a67ba78d9e
|
Merge pull request #809 from tonistiigi/fileop
llb: fileop implementation
|
2019-03-18 10:07:10 +09:00 |
Akihiro Suda
|
cd89a8ce3d
|
go 1.12
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
|
2019-03-17 04:38:23 +09:00 |
Tonis Tiigi
|
5effbff314
|
dockerfile: improve symlinks copy tests
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tibor Vass
|
6fd30e7b43
|
dockerfile: add more tests to fix fileop
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
c6149da2eb
|
fileop: review fixes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
f38d971b95
|
dockerfile: add matrix testing for non-fileop versions
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
637bec7196
|
dockerfile: make fileop default
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
c57e5b22ea
|
dockerfile: add regression test for wildcard cache
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
c4ef668f62
|
dockerfile: regression test for existing dest dir perms
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
369f7482de
|
dockerfile: regression test for wildcard unpack
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |
Tonis Tiigi
|
39ba2ede04
|
dockerfile: regression test for workdir creation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-03-15 17:49:58 -07:00 |