You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/docker
Megan Marsh 140785f088
make sure we create the temp dir explicitly when we are setting up the config dir in docker. Otherwise, we create it with root later on and it causes permissions failures.
7 years ago
..
test-fixtures Changed fixtures so we can do a directory test too 11 years ago
artifact_export.go Expand Artifact API to expose build state 12 years ago
artifact_export_test.go run goimports 8 years ago
artifact_import.go Expand Artifact API to expose build state 12 years ago
artifact_import_test.go run goimports 8 years ago
builder.go allow ssh_host config option to override host logic for all builders 7 years ago
builder_test.go run goimports 8 years ago
comm.go allow ssh_host config option to override host logic for all builders 7 years ago
communicator.go fix bug where ReadAll on the stderr pipe was causing an infinite hang because there was no stderr to report 7 years ago
communicator_test.go allow a provisioner to timeout 7 years ago
config.go builder/docker: default container dir to "c:/packer-files" on windows 7 years ago
config_test.go Correct and expand docker config tests for commit, discard, export_path 11 years ago
driver.go stop container before committing if windows 7 years ago
driver_docker.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
driver_docker_test.go Rename drover_docker_test.go to driver_docker_test.go 12 years ago
driver_mock.go fix mocks 7 years ago
driver_mock_test.go builder/docker: StepRun tests 12 years ago
ecr_login.go Use amazon common AccessConfig for ecr_login 8 years ago
exec.go use our own copy of iochan.LineReader 7 years ago
exec_test.go
step_commit.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
step_commit_test.go test fixes WIP 8 years ago
step_connect_docker.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
step_export.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_export_test.go test fixes WIP 8 years ago
step_pull.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_pull_test.go test fixes WIP 8 years ago
step_run.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
step_run_test.go fix tests 7 years ago
step_temp_dir.go make sure we create the temp dir explicitly when we are setting up the config dir in docker. Otherwise, we create it with root later on and it causes permissions failures. 7 years ago
step_temp_dir_test.go Add tmp package that offers Dir & File funcs 7 years ago
step_test.go fix imports 8 years ago
windows_container_communicator.go Update windows_container_communicator.go 7 years ago