Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.27 KB

Librarian System Dependencies

Lint Code Base Publish Docker image

Base docker image for the Librarian console app.

Lint

We are using GitHub Action super-linter. If you want to check the Dockerfile linting before pushing you can do it with:

docker run --rm -i hadolint/hadolint < Dockerfile

Run

From dockerhub:

docker run --rm -i nautiluscyberneering/librarian-system-dockerfile dvc --version

From GitHub packages:

docker run --rm -i ghcr.io/nautilus-cyberneering/librarian-system-dockerfile dvc --version

Links