Builds a Docker image for the MS Registry Django application.
# Build the image
make build
# Remove the image
make clean| 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 .Dockerfile— image definition; clones app code from GitHub at build timerequirements.txt— Python dependencies installed into the imageuwsgi.ini— uWSGI configuration copied into the image at/etc/uwsgi/app.inistart.sh— container entrypoint scriptMakefile— convenience targets (build,clean)