Giter Site home page Giter Site logo

wimpy.build's Introduction

Wimpy Build Build Status

Ansible role to help you build and push Docker images to a Docker Registry.

Parameters

The parameters are

  • wimpy_application_name: The name to identify your project.
  • wimpy_release_version: Used for tagging your docker image.
  • wimpy_docker_image_name: (Optional: Defaults to wimpy_application_name). If using a Docker Registry other than DockerHub, this parameter must contain the registry host in the name.
  • wimpy_docker_skip_login:: (Optional: Defaults to False). If using a Docker Registry that doesnt't require you to login.
  • wimpy_docker_image_force: (Optional: Defaults to no). Creates a new docker image even if one with the same name and tag already exists in the repository. Useful to override SNAPSHOT builds.
  • wimpy_docker_image_skip_latest_tag: (Optional: Defaults to False). If set to True it will not tag the built image as latest. Useful if releasing a patch for non mainstream branch like older versions or building non stable code.

Login to Docker Registry

When publishing to a Docker Registry that needs you to login (like DockerHub), pass the following parameters

  • wimpy_docker_registry: It must have trailing slash. If you pass an empty string, it will use DockerHub. Otherwise, it will create an AWS ECR.
  • wimpy_docker_registry_username: Credentials for the Docker Registry.
  • wimpy_docker_registry_email: Credentials for the Docker Registry.
  • wimpy_docker_registry_password: Credentials for the Docker Registry.

Usage

- hosts: localhost
  connection: local
  vars:
    wimpy_application_name: "my-project"
    wimpy_release_version: "9da8s9fud8"
  roles:
    - wimpy.build

wimpy.build's People

Contributors

fiunchinho avatar radykal-com avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

radykal-com

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.