aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile (follow)
Commit message (Collapse)AuthorAgeLines
* Update files according to new CI setupsebastiaan/backend/cache-docker-imagesGravatar Sebastiaan Zeeff2020-11-18-1/+1
|
* Use three image setup for buildGravatar Sebastiaan Zeeff2020-11-17-2/+57
|
* Add image tag arg to final dockerfileGravatar Sebastiaan Zeeff2020-11-17-1/+2
|
* Use GHCR containers in DockerfilesGravatar Sebastiaan Zeeff2020-11-16-1/+1
|
* Fix #66: venv being created in containerGravatar MarkKoz2020-03-23-2/+2
| | | | | `pipenv run` creates a venv because it cannot detect that a --system install was done. The solution is to invoke gunicorn directly.
* Restructure Docker imagesGravatar MarkKoz2019-03-29-9/+3
| | | | | | | | * Create a separate image for the virtual environment * Build NsJail in the base image * Remove the NsJail binaries * Replace tini with Docker's init feature * Update Python to 3.7.3
* Remove RMQ, Add API POST request method.Gravatar Scragly2019-01-20-0/+3
|
* CIGravatar Christopher Baklid2018-06-05-17/+2
|
* adds nsjail compiled for ubuntu to see if unit testing can work with thatGravatar Christopher Baklid2018-05-31-1/+1
|
* secure python executionGravatar Christopher Baklid2018-05-30-5/+3
| | | | | | make snekbox a class adds nsjail 2.5 (compiled on alpine 3.7) execute python code via nsjail
* run as non-priv user in snekboxGravatar Christopher Baklid2018-05-28-0/+4
|
* POC completedGravatar Christopher Baklid2018-05-23-2/+2
|
* adds webapp and docker-compose for more proof of conceptGravatar Christopher Baklid2018-05-22-6/+6
|
* init commitGravatar Christopher Baklid2018-05-21-0/+23