Cfn-python-lint: Official docker image

Created on 15 Jul 2019  路  7Comments  路  Source: aws-cloudformation/cfn-python-lint

This will put some extra burden on the developers, especially during the release process, but this will help out the following scenarios:

  1. People of no python knowledge can simply try the tool without much effort.
  2. Some CI/CD pipelines where the installation of either python or a python package would mean extra work.

Please let me know what you think, and please feel free to turn this down. I'm happy to create a PR if you guys want to go down this path. :)

enhancement

Most helpful comment

All 7 comments

I have some internal tasks to get this going but wanted to let you know I have started this work.

This is a bit of a challenge, as in some environments using docker images becomes a tricky challenge for security reasons, as we have to pick them all apart to assess if its safe.

IMHO this is a good alternative to the current pip installation method, you can always choose to install through pip if you have other requirements to fulfill. :)

How would upload to https://hub.docker.com/ happen?

PS There is an unofficial version at https://hub.docker.com/r/aztek/cfn-lint

Please publish to DockerHub :pray:

I agree, an official image on DockerHub (with tags for each release) would be great.
Since the Dockerfile is already in place, just setting up an automatic DockerHub build for the repository will not be too difficult.

Currently, there are many unofficial images out there, but for all of them we cannot know how they are build and how long they will be updated:
https://hub.docker.com/search?q=cfn-python-lint&type=image
https://hub.docker.com/search?q=cfn-lint&type=image

Thus, an official image would be greatly appreciated.
As mentioned in the original issue, it would simplify the setup for many people and also in CI/CD pipelines.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jecnua picture jecnua  路  5Comments

kddejong picture kddejong  路  5Comments

shawnsi picture shawnsi  路  3Comments

kddejong picture kddejong  路  3Comments

miparnisari picture miparnisari  路  3Comments