Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch back to offical image to fix issue with stale signature files #2588

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Feb 2, 2023

Closes #2586

Docker build worked locally after changing this:

➜  terraform-cdk git:(main) docker build .                                                                                    13:11:33
[+] Building 477.1s (9/9) FINISHED
 => [internal] load build definition from Dockerfile                                                                              0.1s
 => => transferring dockerfile: 1.19kB                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                 0.0s
 => => transferring context: 35B                                                                                                  0.0s
 => [internal] load metadata for docker.mirror.hashicorp.services/jsii/superchain:1-buster-slim-node14                            4.2s
 => [1/5] FROM docker.mirror.hashicorp.services/jsii/superchain:1-buster-slim-node14@sha256:0a0fcf8bb960b5799dc5b99457483fabf7  444.8s
 => => resolve docker.mirror.hashicorp.services/jsii/superchain:1-buster-slim-node14@sha256:0a0fcf8bb960b5799dc5b99457483fabf79a  0.0s
 => => sha256:0a0fcf8bb960b5799dc5b99457483fabf79a0a4d11253d64a961b859805a1f98 1.61kB / 1.61kB                                    0.0s
 => => sha256:7c15c34d11f7906a78c9eb23b51a3a5755daea9adcdcc71541f920abe08054d9 484B / 484B                                        0.0s
 => => sha256:52b2a3a9a1adc186062b933d866da2550de2f195221544413ef4c5de83e33714 3.98kB / 3.98kB                                    0.0s
 => => sha256:8e5e473139b690e175520c0ec2a22f93d760b2c0d1a25b3104cf214e27e02f61 1.35GB / 1.35GB                                  405.6s
 => => extracting sha256:8e5e473139b690e175520c0ec2a22f93d760b2c0d1a25b3104cf214e27e02f61                                        38.4s
 => [2/5] RUN apt-get update -y && apt-get install -y unzip jq build-essential time                                               7.4s
 => [3/5] RUN curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python3                                  13.8s
 => [4/5] RUN npm install -g @sentry/cli --unsafe-perm                                                                            5.9s
 => [5/5] RUN for VERSION in ${AVAILABLE_TERRAFORM_VERSIONS}; do curl -LOk https://releases.hashicorp.com/terraform/${VERSION}/t  0.3s
 => exporting to image                                                                                                            0.5s
 => => exporting layers                                                                                                           0.5s
 => => writing image sha256:140b09d4e3183fade7a611ace68313091b28c68de3d40d1a9fc1920e5489b292                                      0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: docker.yml workflow failing since ~3 days (installing yarn fails)
3 participants