Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.2 KB

Service Images for GitLab CI

Build status Authors link License


This repository stores commonly used Docker images, fixed for working within GitLab CI.

GitLab CI/CD pipelines fail to healthcheck service containers that expose more than one port, like DinD and others (see related issues).

We fix that by building from scratch to remove exposed ports in upstream images, and exposing only one port.

To copy original image's metadata (ENV, ENTRYPOINT and others) use docker inspect.