Skip to content

Commit

Permalink
Portal TF: Rollback CodeBuild to LINUX_CONTAINER x86_64 Standard image
Browse files Browse the repository at this point in the history
* See upstream Prism issue
  stoplightio/prism#1966
  • Loading branch information
victorskl committed Oct 10, 2023
1 parent be5e2b6 commit d4537a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions terraform/stacks/umccr_data_portal/cicd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ resource "aws_codebuild_project" "codebuild_client" {

environment {
compute_type = "BUILD_GENERAL1_SMALL"
image = "aws/codebuild/amazonlinux2-aarch64-standard:3.0"
type = "ARM_CONTAINER"
image = "aws/codebuild/standard:7.0"
type = "LINUX_CONTAINER"

environment_variable {
name = "STAGE"
Expand Down Expand Up @@ -375,8 +375,8 @@ resource "aws_codebuild_project" "codebuild_apis" {

environment {
compute_type = "BUILD_GENERAL1_SMALL"
image = "aws/codebuild/amazonlinux2-aarch64-standard:3.0"
type = "ARM_CONTAINER"
image = "aws/codebuild/standard:7.0"
type = "LINUX_CONTAINER"
privileged_mode = true

environment_variable {
Expand Down
4 changes: 2 additions & 2 deletions terraform/stacks/umccr_data_portal/data2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ resource "aws_codebuild_project" "codebuild_data2" {

environment {
compute_type = "BUILD_GENERAL1_SMALL"
image = "aws/codebuild/amazonlinux2-aarch64-standard:3.0"
type = "ARM_CONTAINER"
image = "aws/codebuild/standard:7.0"
type = "LINUX_CONTAINER"

environment_variable {
name = "STAGE"
Expand Down

0 comments on commit d4537a1

Please sign in to comment.