Skip to content

SUNET/docker-ms-registry

Repository files navigation

Docker MS Registry

Builds a Docker image for the MS Registry Django application.

Quick Start

# Build the image
make build

# Remove the image
make clean

Build Arguments

Argument Default Description
MS_REGISTRY_VERSION main Branch or tag to clone from GitHub
docker build -f Dockerfile --build-arg MS_REGISTRY_VERSION=v1.2.3 -t docker-ms-registry:latest .

Repository Contents

  • Dockerfile — image definition; clones app code from GitHub at build time
  • requirements.txt — Python dependencies installed into the image
  • uwsgi.ini — uWSGI configuration copied into the image at /etc/uwsgi/app.ini
  • start.sh — container entrypoint script
  • Makefile — convenience targets (build, clean)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors