Coder Social home page Coder Social logo

docker-build-all's Introduction

docker-build-all

A simple tool to build docker images for multiple target architectures.

It searches for Dockerfiles in the format "Dockerfile.architecture" in the current directory and builds images with the passed_name:architecture tag.

Requirements

In orderd for the program to work, you have to enable docker experimental features, since it uses docker buildx/manifest.

If you use the manifest/push features, you have to be logged in with your docker hub account through

docker login

Install and Run

go get -u github.com/abathargh/docker-build-all

# you can also clone it and build it manually
git clone https://github.com/Abathargh/docker-build-all
cd docker-build-all
go install

# usage
docker-build-all -n abathargh/test

Usage

  • -n, the name of the image, required;
  • -t, images are tagged in the name:arch-tag format and name:tag (for manifests), pass a custom tag with -t, defaults to "latest";
  • -p, specifies that you want to push after building;
  • -m, specifies that you want to create a manifest that includes every built image after the build phase.

docker-build-all's People

Contributors

abathargh avatar

Watchers

 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.