Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

drycc-archive/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drycc Base

Build Status Docker Repository on Quay

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

Usage

Start your Dockerfile with this line:

FROM quay.io/drycc/base:v0.3.7

There isn't a :latest tag, because tagged container images should be immutable.

The latest drycc/base image is available at:

  • Quay.io

    docker pull quay.io/drycc/base:v0.3.7
    
  • Docker Hub

    docker pull drycc/base:v0.3.7
    

Updating Downstream Images

Lots of Workflow components rely on drycc/base. In order to update the downstream repos with the new image, run OLD_VERSION="v0.3.7" NEW_VERSION="v0.3.8" ./_scripts/make-prs.sh. This will clone all the downstream repos in /tmp, change the image, commit the change and push it to a new branch. The script will then open a browser window to make a PR against master for that repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors