Skip to content
Oliver Gorwits edited this page Oct 28, 2023 · 1 revision

Container images of Netdisco are automatically built and uploaded to the Docker Hub Registry and Github Registry when we tag a release on the main netdisco repository on github.

Container Image Descriptions

Netdisco Base

A base image for Netdisco is built, which includes the main App::Netdisco code from CPAN and all dependencies. This is used by the other images ("backend", "web", and "do"). The image is saved to a workspace so that it can be retrieved by later workflow stages.

Netdisco Web

This is essentially the same as the Base image but with a custom entrypoint.

Netdisco Backend

This Dockerfile adds Netdisco MIBs to the Base image.

Netdisco Do

This is essentially the same as the Backend image but with a custom entrypoint.