Andy Caldwell
|
5ea3a003f7
|
Implement support for RUN --network=none|default|host
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
|
2019-08-17 01:44:46 +01:00 |
Akihiro Suda
|
2b2bdac1b8
|
Merge pull request #1125 from tonistiigi/relative-ignore
dockerfile: ignore relative source paths for compatibility
|
2019-08-10 13:54:37 +09:00 |
Tonis Tiigi
|
f3960acce1
|
dockerfile: ignore relative source paths for compatibility
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-08-09 10:46:35 -07:00 |
Tonis Tiigi
|
872bf0b8c8
|
dockerfile: add cap for detecting correct nooutput support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-08-08 22:07:34 -07:00 |
Tonis Tiigi
|
360a856527
|
ops: fix readwrite mounts it no output
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-08-08 22:07:30 -07:00 |
Tonis Tiigi
|
96b6a28312
|
exporter: allow oci exporters visibility to response metadata
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-31 10:21:19 -07:00 |
Tibor Vass
|
a2b7cf8379
|
Merge pull request #1095 from tonistiigi/workdir-exists
executor: ignore workdir if already exists
|
2019-07-29 17:08:26 -07:00 |
Tonis Tiigi
|
1ac116289d
|
dockerfile: allow required key only for secret/ssh mounts
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-29 15:47:54 -07:00 |
Tonis Tiigi
|
add2c8db8a
|
dockerfile: allow required flag to take value
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-26 16:54:20 -07:00 |
Tonis Tiigi
|
2cd19dbc34
|
executor: ignore workdir if already exists
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-26 16:28:43 -07:00 |
Tibor Vass
|
4eb6eef150
|
Merge pull request #1094 from tonistiigi/cache-ns
dockerfile: set optional cache ID namespace with build-arg
|
2019-07-26 16:28:39 -07:00 |
Tonis Tiigi
|
26d5ebd184
|
dockerfile: set optional cache ID namespace with build-arg
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-26 15:01:15 -07:00 |
Tonis Tiigi
|
6371e4a31f
|
dockerfile: fix default cache IDs
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-26 14:27:06 -07:00 |
Tibor Vass
|
4bba1b1f3d
|
dockerfile: build args in history should honor env overrides
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2019-07-23 01:26:56 +00:00 |
Tibor Vass
|
f4702ad490
|
dockerfile: move toEnvMap function to tests
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2019-07-23 01:26:56 +00:00 |
Tibor Vass
|
a7e52bf76d
|
dockerfile: fix handling of empty build-arg also used as env
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2019-07-23 01:26:56 +00:00 |
Tibor Vass
|
852765fa0b
|
dockerfile: add test for empty build-arg also used as env
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2019-07-23 01:26:56 +00:00 |
Tonis Tiigi
|
69adb50902
|
hack: unbreak upgrade to buster
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
2019-07-22 16:38:21 -07:00 |
Andrey Smirnov
|
86e19b621e
|
Implement frontend support for RUN --security=insecure
Example:
RUN --security=insecure cat /proc/self/status | grep CapEff
#84 0.093 CapEff: 0000003fffffffff
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
|
2019-07-19 01:01:42 +03:00 |
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 |