intuit / intuit/cfn-deploy

Docker improvement suggestion

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
15
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Hello,
We can use the official `amazon/aws-cli` image.
This is will significant improve the docker build stage:
```
FROM amazon/aws-cli

LABEL version="1.0.0"

LABEL "maintainer"="Mridhul Pax "
LABEL "repository"="https://github.com/intuit/cfn-deploy"

LABEL com.github.actions.name="Cloudformation Github Deploy"
LABEL com.github.actions.description="Cloudformation Github Deploy"
LABEL com.github.actions.icon="upload-cloud"
LABEL com.github.actions.color="orange"

ENV DEBIAN_FRONTEND noninteractive

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.