Skip to content

Files

Latest commit

75f4fd9 · Dec 12, 2019

History

History
28 lines (25 loc) · 2.27 KB

README.md

File metadata and controls

28 lines (25 loc) · 2.27 KB

Overview

This repository contains reference Dockerfiles recommended to use inside the projects. We tried to capture best practices writing these files for production usage. There are general guidelines as well as language-specific reference files. The files are heavily documented to explain usage of particular command or option.

General guidelines

RUN apt-get update && \
  apt-get -y install --no-install-recommends curl

Python reference Dockerfile

See python/Dockerfile

Java reference Dockerfile

See java/Dockerfile