Skip to content

voormedia/docker-base-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voormedia Docker base images

There is only one rule, but it is important:

These are public images. Do NOT add any keys, certificates, passwords.

Building a new image

Create a Dockerfile in a new directory, say 'base/Dockerfile'.

Then do something like this:

./create core/base 3.20

Use the image in a project

In your project, use it as follows:

FROM voormedia/ruby-build:3.7 AS build

FROM voormedia/ruby:3.7

Hooray! Have fun!

About

A collection of base docker images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published