This repository contains all of the base Docker images used inside of Operam. Please use these when building other software inside the company.
Keep the following in mind when using these images:
/usr/src/app./usr/src/lib.TEMPDIR environment variable.All of the images in this reposity are built and published on the Operam Docker Hub Organization automatically. They are tagged with the name of the directory the Dockerfile is located in.
If you do not have access to the Operam organization, post a message in the #engineering Slack channel with your Docker Hub username to @mikec @jj and @peto and one of them will get you setup with access.
If you want to build an image for offline use, you may do so using the following commands. Replace python3.6 with the image you want to build. Once the image is built, all other images on your machine will use it as the base image instead of the image on Docker Hub.
cd python3.6
docker build -t operam/base-images:python3.6-latest .
Content type
Image
Digest
Size
512.6 MB
Last updated
over 5 years ago
docker pull operam/base-images:heroku-18-build-node-10.12.0-yarn-1.13.0-latest