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

add Dockerfile #5

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open

Conversation

ryanmerolle
Copy link

Closes #3

A maintainer will need to leverage their standard docker image host publish process & key. This is atleast a start for a docker image.

@titom73
Copy link
Collaborator

titom73 commented Jan 4, 2022

Maybe we could add an entrypoint in your image to run j2lint automatically. So we could use it like:

docker run --rm -it -v $(pwd):/work <j2lint-docker-image> <j2lint options>

@ryanmerolle
Copy link
Author

Most CI containers I leverage don't setup a entrypoint to auto run the ci job I think because they want to allow the user to specify it pointing to a config file, passing various commands, etc.

Example CI containers: https://gitlab.com/pipeline-components

Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

Docker image
2 participants