terraform-provider-docker/testdata/resources/docker_image
Martin 78c42d7657
fix: Enables having a Dockerfile outside the context (#402)
* tests: Add failing test for Dockerfile outside context.

* fix: Enable support for Dockerfiles outside context.

Also extract some code to functions.

* fix: Adding docker outside context test and implementation for docker_registry_image.
2022-07-13 09:01:52 +02:00
..
testAccDockerImageConfig.tf feat(src): Enable buildkit when client has support. (#387) 2022-06-23 10:32:31 +02:00
testAccDockerImageFromDataConfig.tf feat(src): Enable buildkit when client has support. (#387) 2022-06-23 10:32:31 +02:00
testAccDockerImageFromDataConfigWithPullTrigger.tf feat(src): Enable buildkit when client has support. (#387) 2022-06-23 10:32:31 +02:00
testAccDockerImageFromDataPrivateConfig.tf chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
testAccDockerImageFromDataPrivateConfigFile.tf chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
testAccDockerImageFromDataPrivateConfigFileContent.tf chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
testAccDockerImageKeepLocallyConfig.tf feat(src): Enable buildkit when client has support. (#387) 2022-06-23 10:32:31 +02:00
testAccDockerImageWithTagAndSHA256RepoDigest.tf chore(deps): update nginx docker tag to v1.21.4 (#309) 2021-11-17 20:03:01 +01:00
testAccForceRemoveDockerImage.tf feat(src): Enable buildkit when client has support. (#387) 2022-06-23 10:32:31 +02:00
testAddDockerImageWithSHA256RepoDigest.tf chore(deps): update stocard/gotthard docker digest to 38c2216 2021-05-31 11:28:08 +00:00
testAddDockerPrivateImageConfig.tf chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
testCreateDockerImage.tf chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
testDockerImageDockerfileOutsideContext.tf fix: Enables having a Dockerfile outside the context (#402) 2022-07-13 09:01:52 +02:00