Skip to content

Commit f61993a

Browse files
Roondeljoe-niland
andauthored
updating deprecated docker image (#130)
* updating deprecated docker image * updated reference in the example variables.tf description. --------- Co-authored-by: Joe Niland <[email protected]>
1 parent 5a9e037 commit f61993a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/complete/fixtures.us-east-2.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repo_name = "terraform-aws-ecs-codepipeline"
8686

8787
branch = "master"
8888

89-
build_image = "aws/codebuild/docker:17.09.0"
89+
build_image = "aws/codebuild/amazonlinux2-x86_64-standard:5.0"
9090

9191
build_compute_type = "BUILD_GENERAL1_SMALL"
9292

examples/complete/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ variable "branch" {
143143

144144
variable "build_image" {
145145
type = string
146-
description = "Docker image for build environment, _e.g._ `aws/codebuild/docker:docker:17.09.0`"
146+
description = "Docker image for build environment, _e.g._ `amazonlinux2-x86_64-standard:5.0`"
147147
}
148148

149149
variable "build_compute_type" {

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ variable "badge_enabled" {
4343

4444
variable "build_image" {
4545
type = string
46-
default = "aws/codebuild/docker:17.09.0"
47-
description = "Docker image for build environment, _e.g._ `aws/codebuild/docker:docker:17.09.0`"
46+
default = "aws/codebuild/amazonlinux2-x86_64-standard:5.0"
47+
description = "Docker image for build environment, https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html"
4848
}
4949

5050
variable "build_compute_type" {

0 commit comments

Comments
 (0)