supaspoida / dockerfiles

Collection of Dockerfiles for Shipyard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Dockerfiles for Shipyard

Building

To build images for the Dockerfiles defined in this repository create and push a new tag

git tag v0.1.0
git push origin v0.1.0

All images will be built, tagged and pushed to Dockerhub

Images

Tools ./tools/Dockerfile

This image is the main tools image for Shipyard, it contains tools such as Consul, Nomad, Kubectl, etc.

Tools - Datawire ./tools/Dockerfile-datawire

This image inherits the main tools image and adds edgectl

Tools - Solo ./tools/Dockerfile-solo

This image inherits the main tools image and adds tools specific to the Solo product suite: Squash, Gloo, Loop, WASME

About

Collection of Dockerfiles for Shipyard

License:Mozilla Public License 2.0


Languages

Language:HCL 52.9%Language:Dockerfile 32.6%Language:Shell 8.7%Language:Makefile 5.9%