| .. |
|
Dockerfile_git_buildcontext
|
Improve git buildcontext integration test
|
2019-05-23 16:12:20 +02:00 |
|
Dockerfile_hardlink_base
|
Extract filesystem in order rather than in reverse
|
2018-08-29 15:44:38 -07:00 |
|
Dockerfile_onbuild_base
|
Generate the config.json from gcloud rather than relying on a hardcoded one. (#551)
|
2019-02-04 16:53:59 -06:00 |
|
Dockerfile_test_add
|
Environment variables should be replaced in URLs in ADD commands. (#580)
|
2019-02-25 10:42:34 -06:00 |
|
Dockerfile_test_arg_multi
|
Fix arg handling for multi-stage images in COPY instructions. (#621)
|
2019-03-22 12:24:43 -05:00 |
|
Dockerfile_test_cache
|
Fix kaniko caching (#639)
|
2019-05-10 09:57:03 -05:00 |
|
Dockerfile_test_cache_install
|
Fix caching for multi-step builds. (#441)
|
2018-11-09 12:28:18 -06:00 |
|
Dockerfile_test_cache_perm
|
Fix file mode bug (#618)
|
2019-03-18 13:28:24 -05:00 |
|
Dockerfile_test_cmd
|
Fix integration test
|
2018-09-11 10:07:54 -07:00 |
|
Dockerfile_test_copy
|
Don't copy same files twice in copy integration tests (#273)
|
2018-08-03 10:01:29 -07:00 |
|
Dockerfile_test_copy_bucket
|
Don't copy same files twice in copy integration tests (#273)
|
2018-08-03 10:01:29 -07:00 |
|
Dockerfile_test_copy_reproducible
|
Don't copy same files twice in copy integration tests (#273)
|
2018-08-03 10:01:29 -07:00 |
|
Dockerfile_test_copy_same_file_many_times
|
Always snapshot files in COPY and RUN commands
|
2018-08-23 18:23:39 -07:00 |
|
Dockerfile_test_daemons
|
Deflake the daemon test (#532)
|
2019-01-17 15:30:08 -05:00 |
|
Dockerfile_test_dockerignore
|
Re-add support for .dockerignore file
|
2018-12-10 15:20:25 -08:00 |
|
Dockerfile_test_dockerignore_relative
|
Fix #776
|
2019-10-03 17:53:14 +02:00 |
|
Dockerfile_test_dockerignore_relative.dockerignore
|
Fix #776
|
2019-10-03 17:53:14 +02:00 |
|
Dockerfile_test_env
|
Environment variables with multiple '=' are not parsed correctly (#278)
|
2018-08-07 10:22:48 -07:00 |
|
Dockerfile_test_expose
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_extract_fs
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_extraction
|
Update test for link and file extraction to non-empty dir
|
2018-10-13 08:04:27 +09:00 |
|
Dockerfile_test_hardlink
|
fixed digests for integration test
|
2018-11-19 15:26:02 -05:00 |
|
Dockerfile_test_ignore
|
Add --ignore flag
|
2018-10-12 12:09:59 -07:00 |
|
Dockerfile_test_label
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_meta_arg
|
Deflake the meta_arg_test by setting a specific timestamp in touch. (#498)
|
2018-12-20 12:33:12 -06:00 |
|
Dockerfile_test_metadata
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_multistage
|
Fix a bug in snapshotting with multi-stage images. (#546)
|
2019-01-30 13:57:02 -06:00 |
|
Dockerfile_test_mv_add
|
Extract filesystem in order rather than in reverse
|
2018-08-29 15:44:38 -07:00 |
|
Dockerfile_test_onbuild
|
Integration test refactoring (#126)
|
2018-05-15 13:42:35 -07:00 |
|
Dockerfile_test_parent_dir_perms
|
Fix parent directory permissions (#619)
|
2019-03-19 12:40:15 -05:00 |
|
Dockerfile_test_registry
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_replaced_hardlinks
|
Enable overwriting of links (solves #351) (#360)
|
2018-09-26 07:14:35 -07:00 |
|
Dockerfile_test_replaced_symlinks
|
Enable overwriting of links (solves #351) (#360)
|
2018-09-26 07:14:35 -07:00 |
|
Dockerfile_test_run
|
Set default home value (#281)
|
2018-08-10 12:58:07 -07:00 |
|
Dockerfile_test_run_2
|
Fully qualify images in dockerfile tests (#257)
|
2018-07-25 17:56:17 -07:00 |
|
Dockerfile_test_scratch
|
Resolve env replacement for FROM command
|
2018-06-04 11:51:33 -07:00 |
|
Dockerfile_test_target
|
Add --target flag for multistage builds (#255)
|
2018-07-30 09:43:23 -07:00 |
|
Dockerfile_test_user
|
Fix USER handling. There were two issues: (#600)
|
2019-03-07 07:05:24 -08:00 |
|
Dockerfile_test_user_run
|
Modify integration test for setting root user explicitly
|
2018-10-18 18:08:34 +09:00 |
|
Dockerfile_test_volume
|
Fix handling of volume directive
|
2018-09-28 11:16:25 +09:00 |
|
Dockerfile_test_volume_2
|
Fix handling of volume directive
|
2018-09-28 11:16:25 +09:00 |
|
Dockerfile_test_volume_3
|
Fix a bug in volume handling for multi-stage images. (#554)
|
2019-02-07 09:01:49 -06:00 |
|
Dockerfile_test_volume_4
|
This fixes a bug in the interaction between volumes in base images (#555)
|
2019-02-08 14:40:37 -06:00 |
|
Dockerfile_test_whitelist
|
Only return filepath.SkipDir for directories
|
2018-11-19 15:56:11 -05:00 |
|
Dockerfile_test_workdir
|
Integration test refactoring (#126)
|
2018-05-15 13:42:35 -07:00 |