Le Poulpe
03/28/2023, 10:08 AMLe Poulpe
03/28/2023, 10:08 AMLe Poulpe
03/28/2023, 10:08 AMLe Poulpe
03/28/2023, 10:09 AMErwin
03/28/2023, 10:09 AMPhorcys
03/28/2023, 10:22 AMErwin
03/28/2023, 11:17 AMHeisenBro
03/28/2023, 12:10 PMPhorcys
03/28/2023, 12:12 PMHeisenBro
03/28/2023, 12:12 PMdaVinci2793
03/28/2023, 5:19 PMdaVinci2793
03/28/2023, 5:20 PMPhorcys
03/28/2023, 5:31 PMdaVinci2793
03/28/2023, 5:32 PMdaVinci2793
03/28/2023, 5:32 PMPhorcys
03/28/2023, 5:32 PMPhorcys
03/28/2023, 5:32 PMPhorcys
03/28/2023, 5:33 PMdaVinci2793
03/28/2023, 5:33 PMdaVinci2793
03/28/2023, 5:33 PMPhorcys
03/28/2023, 5:34 PMdaVinci2793
03/28/2023, 5:36 PMdaVinci2793
03/28/2023, 5:37 PMPhorcys
03/28/2023, 9:03 PMPhorcys
03/28/2023, 9:03 PMPhorcys
03/28/2023, 9:03 PMc
resource "docker_image" "basic_env" {
name = "uwunet/basic-env:latest"
build {
context = "./docker"
tag = ["uwunet/basic-env", "uwunet/basic-env:latest", "uwunet/basic-env:v0.3"]
}
triggers = {
dir_sha1 = sha1(join("", [for f in fileset(path.module, "docker/*") : filesha1(f)]))
}
keep_locally = true
}
VaneixusPrime
03/28/2023, 11:52 PMVaneixusPrime
03/28/2023, 11:53 PMScott (EN-DE)
03/29/2023, 3:44 AM