Skip to content

Sebbia/build-tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common build tools for dokerized builds

Docker Image Version (latest semver) GitHub release (latest SemVer)

Features:

This image can be usefull in Gitlab CI where impossible to prepare and cache docker image for builds.

load_ssh_private_key tool

Loads provided SSH private key with ssh-agent. This tool is useful for deploying artifacts to the remote host with ssh.

Usage:

load_ssh_private_key "${SSH_PRIVATE_KEY}"

or

export SSH_PRIVATE_KEY="xxx"
load_ssh_private_key

About

Official alpine based docker image with common useful building tools for building images

Resources

Stars

Watchers

Forks

Packages

No packages published