Skip to content

Commit

Permalink
Merge pull request #1620 from cloud-gov/csb-custom-docker
Browse files Browse the repository at this point in the history
Create custom CSB image repository
  • Loading branch information
jameshochadel authored Mar 22, 2024
2 parents e93b2fe + 0a062f4 commit ddb5eeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/stacks/ecr/stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@ variable "repositories" {
"cloud-service-broker",
"concourse-task",
"cron-resource",
"csb",
"email-resource",
"general-task",
"git-resource",
"github-pr-resource",
"harden-concourse-task",
"harden-concourse-task-staging",
"playwright-python",
"harden-s3-resource-simple",
"harden-s3-resource-simple-staging",
"pages-dind-v25",
"pages-node-v20",
"pages-python-v3.11",
"pages-playwright-v1",
"pages-python-v3.11",
"playwright-python",
"registry-image-resource",
"s3-resource",
"s3-resource-simple",
Expand All @@ -33,7 +34,7 @@ variable "repositories" {
"slack-notification-resource",
"sql-clients",
"time-resource",
"ubuntu-hardened"
"ubuntu-hardened",
]
}

Expand Down

0 comments on commit ddb5eeb

Please sign in to comment.