Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

code-monad/Carger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickStart

To build all images defined:

./release
# use ./release -p to also push built images

Reference

Defines the most common configuration while building & pushing.

uploads


destination

Lists of Remote Base URL for image uploading.

Example: harbor.custom.cn/foo

strategy

Defines how the built images would be named.

Currently only two certain string will auto-formatted:

  • $BASE : The root dir, for example we have a alpine/Dockerfile.OpenCV and $BASE will be formatted to alpine
  • $STAGE : The docker image name, for example we have a Dockerfile.OpenCV and $STAGE will be formatted to opencv

detail.yaml

Every dir contains this file will be considered as a pre-defined dir that can produce docker images. Defines what would be built and image specified configuration. Working example: alpine/detail.yaml

(Directories without this will not process in the release script)

produce

This list just defines the build order of images and other configs.

#an example base/detail.yaml
produce:
  - Foo # will build Dockerfile.Foo firstly as base/foo:latest
  - Bar: # will build Dockerfile.Bar secondly as bar/base:0.0.1
    strategy: os_depend
    version: "0.0.1"
  - Dah: # will build Dockerfile.Dah thirdly as dah:latest
    strategy: base_stage

About

Building SLIM Container Images with yaml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.