Skip to content

drycc/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drycc Base Image

Build Status

A slimmed-down Debian-based container image used as the basis of Drycc Workflow and other components.

Usage

Start your Dockerfile with this line:

FROM registry.drycc.cc/drycc/base:codename

There isn't a :latest tag, because each debian version is a tag.

Install Stack

This base image supports drycc stack installation, its usage is:

install-stack postgresql 14.1

All stacks currently supported by drycc are in the stacks project. You can view and use them.

Install Packages

These images also include an install-packages command that you can use instead of apt. This takes care of some things for you:

  • Install the named packages, skipping prompts etc.
  • Clean up the apt metadata afterwards to keep the image small.
  • Retrying if apt fails. Sometimes a package will fail to download due to a network issue, and this may fix that, which is particularly useful in an automated build pipeline.

For example:

$ install-packages apache2 memcached

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published