Sign inSign up

governmentpaas/self-update-pipelines

By governmentpaas

Updated about 1 year ago

Container to run jobs which update the pipelines in concourse using the configuration scripts.

Image
0

500K+

governmentpaas/self-update-pipelines repository overview

Container for running the self-update pipeline task which runs the setup pipeline scipts.

This includes all the software for this task to run.

  • ruby and curl: Included on ruby:slim
  • make

Build locally

$ cd self-update-pipelines
$ docker build -t self-update-pipelines .

Run

docker run -i -t self-update-pipelines ruby -v
docker run -i -t self-update-pipelines curl --version
docker run -i -t self-update-pipelines bash --version
docker run -i -t self-update-pipelines make --version

Tag summary

Content type

Image

Digest

sha256:92ee30788

Size

110.4 MB

Last updated

about 1 year ago

docker pull governmentpaas/self-update-pipelines