Git Product home page Git Product logo

k8s-addon-builder's Introduction

k8s-addon-builder

Using

This repository hosts code to build a Docker image (called "k8s-addon-builder") that has both golang and docker installed. Depending on both Go and Docker is common in the Kubernetes world of addon images.

It also ships with a command line utility called "ply" that can help with some common git and docker-based tasks.

Building

The k8s-addon-builder image is based on gcr.io/cloud-builders/docker, but also packages in a Golang compiler. To build the k8s-addon-builder with the Golang compiler from gcr.io/cloud-builders/go:debian, run

./build-in-gcb.sh

To build with a different version of Go (instead of the one in gcr.io/cloud-builders/go:debian), do

_GO_IMAGE=golang:1.9-stretch ./build-in-gcb.sh

The above works because gcr.io/cloud-builders/go:debian uses the official golang Docker image as a base image.

k8s-addon-builder's People

Contributors

martinpetkov avatar ps882 avatar lookuptable 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.