socrata / shipyard

An open-sourced collection of docker images that probably don't merit their own git repo, but serve as building blocks or one-off utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shipyard

An open-sourced collection of docker images that probably don't merit their own git repo, but serve as building blocks or one-off utilities.

Build

Build all images in this project:

$ bin/build

Build a single image from this project, with support for specific versions:

$ bin/build name[/x.x]

Images

For more information on runit-based images, see runit-bionic.

General

  • socrata/base-bionic: Base Ubuntu image that establises a base set of patterns and tools for building other containers.
  • socrata/runit-bionic: Image based on phusion/baseimage-docker that establishes a base set of patterns and tools for building other containers with support for multiple processes via runit.

Java

JavaScript

Python

Python 2

Python 3

Ruby

About

An open-sourced collection of docker images that probably don't merit their own git repo, but serve as building blocks or one-off utilities.

License:Apache License 2.0


Languages

Language:Dockerfile 55.7%Language:Shell 26.6%Language:Ruby 13.1%Language:Python 4.6%