GithubHelp home page GithubHelp logo

docker-builder's Introduction

docker-builder

Docker image used to build other docker images

Available tools & scripts

git-log-diff

Print list of commit messages between GIT_TAG and previous non-pre (ie tag without dash) version.

usage:

git-log-diff GIT_TAG

gitlab-build-docker-image

usage:

gitlab-build-docker-image Dockerfile registry-image/ref:tag registry-cache-image/ref:tag

If not specified, will use Gitlab's $CI_REGISTRY_IMAGE variable for image and $CI_REGISTRY_IMAGE/buildcache for cache

setup-ssh

This script will install private key (via ssh-agent) and optionally write contents of ~/.ssh/known_hosts file.

usage:

eval $(setup-ssh "BASE64_ENCODED_PRIVATE_KEY" ["CONTENT_OF_KNOWN_HOSTS_FILE"]) 
  • we need to use eval to export variables from ssh-agent to outer shell
  • script will use following environment variables if arguments are missing:
    • SSH_PRIVATE_KEY_BASE64
    • SSH_KNOWN_HOSTS

release-cli

Gitlab's own Release Command Line

The Release CLI is a command-line tool for managing GitLab Releases from the command line or from the GitLab CI/CD configuration file, .gitlab-ci.yml.

see: https://docs.gitlab.com/ee/user/project/releases/#release-command-line

docker-builder's People

Contributors

senasi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.