terraform-provider-docker/testdata/resources/docker_image
Martin 661c6628ff
feat: Migrate build block to docker_image (#501)
* feat: docker_image now has all build capabilities from docker_registry_image

* tests: Move all docker_registry_image build tests to docker_image.

* fix: Change build.context to optional.

* docs: Update docs.
2023-01-05 13:27:40 +01: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
testAccDockerImageName.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerImagePlatform.tf feat: Add platform attribute to docker_image resource (#500) 2022-12-28 11:38:42 +01: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
testBuildDockerImageKeepConfig.tf feat: Migrate build block to docker_image (#501) 2023-01-05 13:27:40 +01:00
testBuildDockerImageMappingConfig.tf feat: Migrate build block to docker_image (#501) 2023-01-05 13:27:40 +01:00
testBuildDockerImageNoKeepConfig.tf feat: Migrate build block to docker_image (#501) 2023-01-05 13:27:40 +01:00
testBuildDockerImageNoKeepJustCache.tf feat: Migrate build block to docker_image (#501) 2023-01-05 13:27:40 +01: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
testDockerImageFilePermissions.tf feat: Migrate build block to docker_image (#501) 2023-01-05 13:27:40 +01:00