Skip to content

provectus/reference-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reference Dockerfiles for production usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published