judge0 / compilers

📦 Docker image with installed compilers, interpreters and sandbox.
https://hub.docker.com/r/judge0/compilers
GNU General Public License v3.0
93 stars 70 forks source link

Make image judge0/buildpack-deps open source #6

Closed GeorgeBekh closed 4 years ago

GeorgeBekh commented 4 years ago

Right now it's not possible to see the Dockerfile from which the image was built

hermanzdosilovic commented 4 years ago

Image judge0/buildpack-deps is just a new name for buildpack-deps official image on Docker Hub.

On Docker Hub you have, for example, official buildpack-deps:jessie image that gets updated once in a while (I don't know the frequency of the update). I pulled this image once on my PC and pushed it under different name on my own registry. Judge0 API Base uses judge0/buildpack-deps:jessie-2017-03-21 image. This means that I am using buildpack-deps:jessie image that was last time updated on March 21, 2017. I am doing this to preserve build cache when I need to add a new language, build some other Judge0 API release, or just to test something.

GeorgeBekh commented 4 years ago

Ok :+1: . Thanks :)