Git Product home page Git Product logo

docker-images's Introduction

docker-images

This repository contains the Docker setup to build a number of derived/customised Docker images. Each folder contains the setup for a single image.

The Concourse pipeline to build all images can be found in the skyscrapers/ci repository.

concourse

This is a tweaked version of the official upstream concourse image.

We didn't want to use volumes to set the SSH keys so we pull them down from an S3 bucket. All environment variables are the same as the official concourse image. We only added one extra and that is _CONCOURSE_KEYS_S3, that expects as input the following format s3://<bucket_name>

packer

This is a Docker image containing the following tools:

All these tools are used to succesfully build AWS images for the Skyscrapers customers. The Racker tool is used to deep merge a generic (Ruby) template with customer specific extensions before generating a JSON Packer template.

To build this image, a build argument is required:

  • PACKER_VERSION

You can specify it in a manual build like this: $ docker build --build-arg PACKER_VERSION=1.0.4 -t skyscrapers/packer:1.0.4 .

packer g10k

This is a Docker image containing the following tools:

All these tools are used to succesfully build AWS images for the Skyscrapers customers, supports g10k as faster replacement for r10k for building Puppet modules.

To build this image, a build argument is required:

  • PACKER_VERSION

You can specify it in a manual build like this: $ docker build --build-arg PACKER_VERSION=1.0.4 -t skyscrapers/packer-g10k:1.0.4 .

Teleport

This is a Docker image for Teleport

This will build a Teleport image from the Debian base image. This Dockerfile expects the released Teleport binaries in teleport/teleport folder.

volume-populator

This container is used to populate volumes from configmaps. Useful in Kubernetes as an init container to populate a volume with data before the application starts.

nginx

This is a Nginx Docker image based on the upstream Docker image.

We want to monitor Nginx and for this we need the VTS Nginx module to have enhanced metrics. To activate VTS we have to build the binary from scratch.

docker-images's People

Contributors

iuriaranda avatar minniux avatar ringods avatar mattiasgees avatar samclinckspoor 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.