Skip to content

Upgrade alpine and yamllint#17

Closed
schnatterer wants to merge 2 commits intocytopia:masterfrom
schnatterer:upgrades
Closed

Upgrade alpine and yamllint#17
schnatterer wants to merge 2 commits intocytopia:masterfrom
schnatterer:upgrades

Conversation

@schnatterer
Copy link
Copy Markdown

Thanks for creating and maintaining this docker image!
We're about to integrate it as default validator into our GitOps library.

An image scan using trivy revealed that it would be a good idea to upgrade the base image in advance.
Also, a new yamllint version is available.

  • Add latest yamllint 1.16
  • Upgrade to alpine 3.13

If you care to find out about the details of the trivy scan:

docker run --rm -v trivy-cache:/root/.cache \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v/tmp:/tmp \
  aquasec/trivy:0.16.0 image \
  cytopia/yamllint@sha256:610c78c5e0d2d05c220b55293dfb34003949abe85bfde6e8397f57af6faad231
# Repo digest corresponding to cytopia/yamllint:1.25-0.7 at the moment

@cytopia cytopia mentioned this pull request Mar 22, 2021
@cytopia cytopia closed this in #19 Mar 22, 2021
@cytopia
Copy link
Copy Markdown
Owner

cytopia commented Mar 22, 2021

@schnatterer thanks for the PR, I did have to change way too much including new pipelines and implemented this in a different PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants