Skip to content

jmuldoon/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images Repository

Actions Status

All Containers are SHA256 pinned to ensure image.

Go

  • go 1.14.4 on Alpine 3.12

LaTeX

  • latex on Alpine 3.12

Notes

To build the files run the following

latexmk -pdf file.tex

Python

  • Python 3.8.3 on Alpine 3.12

Notes

Will still want to build on top of this for the pip deps similar to ~

FROM docker.pkg.github.com/jmuldoon/docker/python-ci:latest

# If needed, install system dependencies here

# Add requirements.txt before rest of repo for caching
ADD requirements.txt /app/
WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt

ADD . /app

About

Docker Images Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages