Skip to content

UKHO/dockerimages

Repository files navigation

Docker Images Build Status

About

This is a repository to contain various Docker Images

Dockerfiles should conform to best practices

How to add a Docker Image

Create a directory containing a Dockerfile and optionally a README.md

Note: The Docker Image will be named the same as the directory

The custom build tool will then pick it up and do the rest, that simple!

You can verify it's being picked up by running ./runner ls

Lint

Run using ./runner lint

Lints the Dockerfiles for good practices using hadolint

Build

Run using ./runner build

Builds the Docker images, but does not push them

Publish

Intended for CI

Run using ./runner build publish

Builds and pushes the Docker images:

  • {docker repository from BUILD}/{parent directory}:{latest}

About

Contains various Docker Images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published