Skip to content

Releases: JamesParrott/Dockerfile_generator

Specify ENV LANG=C.UTF8

29 Oct 12:11
Compare
Choose a tag to compare

Dockerfile_generator should generate sensible default Dockerfiles, so Anthony's recommendation has been included in the main template https://www.youtube.com/watch?v=SYwbEcNrcjI
This is set in the runner stage (the final one that can actually be used). This could be set in a shared common base stage instead (in which case build stages that want a different LANG would need to override it).

Linted and a sample of Dockerfiles (with all params set) built in CI.

v1.0.4 Python launcher.

28 Oct 13:57
Compare
Choose a tag to compare

Dropped jinja2-cli dependency