Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Sign up

Docker image builder for Kubernetes

License

NotificationsYou must be signed in to change notification settings

justwatchcom/artificer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Creates docker containers using a base image and the provided files together with a config (environment variables and the run command CMD).Useful inside of Kubernetes or Docker-containers, as you don't need to access the docker demon.It then automatically uploads the image to GCR.

Usage

CLI-FlagShorthandUsage
--baseimage-bThe path to the base Image (FROM in Dockerfiles)
--target-tThe path to the destination repository where the new image gets pushed to.
--files-fThe path to a file or directory that will be included at the container root. Use this flag multiple times to specify multiple files or directories.
--env-eAn Environment Variable definition of the formVARIABLE=VALUE. Use this flag multiple times to specify multiple environment variables
--cmd-cThe command that runs automatically once the container is launched (CMD in Dockerfiles).

Example:

$> artificer \   --baseimage="eu.gcr.io/some-registry/alpine:latest" \   --target="eu.gcr.io/some-registry/myprogram:latest" \   -f"~/go/bin/myprogram" \   -f"/some/other/file/or/directory" \   -e"SOMEPATH=/usr/bin/SomePath" \   -e"SOMEMOREENV=otherEnv" \   -c"/myprogram --params"

About

Docker image builder for Kubernetes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp