Docker improvement suggestion
Open
- 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
Assessment
This issue has not been assessed yet.