Skip to content

Commit 6b1975e

Browse files
author
Tom McLaughlin
committed
change up repo for what it'll be used for
1 parent 2c7233a commit 6b1975e

File tree

9 files changed

+19
-55
lines changed

9 files changed

+19
-55
lines changed

.cfnlintrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ecr-policy.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Sid": "EcsAllow",
6+
"Effect": "Allow",
7+
"Principal": "*",
8+
"Action": ["ecr:BatchGetImage", "ecr:GetDownloadUrlForLayer"],
9+
"Condition": {
10+
"StringEquals": {
11+
"aws:PrincipalOrgID": "o-txczodrxtj"
12+
}
13+
}
14+
}
15+
]
16+
}

Dockerfile

Whitespace-only changes.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Versant / aws-cli-container
22

3-
custom version of AWS CLI container
3+
Custom version of AWS CLI container
44

5-
6-
## New Project Getting Started
7-
This repository was generated from a template intended to get a new RDS database up running quickly. It uses the [AWS Serverless Application Model (SAM)](https://aws.amazon.com/serverless/sam/) to define the infrastructure as code.
8-
9-
###
5+
Created to add utilities to the original container. Useful when run as a sidecar task to perform operations prior to running the main task. eg. Exporting an ACM certificate to a file (possible in original image) and decrypting the private key using OpenSSL (not possible in original image).

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
github.com/project-slug: ServerlessOpsIO/aws-cli-container
99
spec:
10-
type: iac
10+
type: container-image
1111
lifecycle: production
1212
owner: group:Developers
1313
system: system:Versant

cfn-parameters.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

cfn-tags.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

samconfig.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

template.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)