Sign inSign up

operam/base-images

By operam

Updated over 5 years ago

Operam Base Images

Image
0

100K+

operam/base-images repository overview

Operam Docker Base Images

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:

  1. All code should be deployed under /usr/src/app.
  2. All libraries/dependencies should be deployed under the code directory or in /usr/src/lib.
  3. All code should assume a read-only file system except for the directory specified by the TEMPDIR environment variable.

Online Access

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.

Offline Usage

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 .

Tag summary

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