generated from unkin/docker-template
- builds container with python3.12 and minimal required pip packages
This commit is contained in:
@@ -5,7 +5,7 @@ GIT_COMMIT := $(shell git rev-parse --short HEAD)
|
||||
DATE_TAG := $(shell date +%Y%m%d)
|
||||
|
||||
# Set the Docker image name and repository information
|
||||
IMAGE_NAME := almalinux8-template
|
||||
IMAGE_NAME := almalinux8-jupyterinstance
|
||||
REGISTRY := git.query.consul
|
||||
OWNER := unkin
|
||||
|
||||
@@ -21,10 +21,9 @@ tag:
|
||||
|
||||
# Push the Docker image to a repository with all tags
|
||||
push: tag
|
||||
echo "template repo, not pushing"
|
||||
#docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):$(GIT_COMMIT)
|
||||
#docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):$(DATE_TAG)
|
||||
#docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):latest
|
||||
docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):$(GIT_COMMIT)
|
||||
docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):$(DATE_TAG)
|
||||
docker push $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):latest
|
||||
|
||||
# Clean up dangling Docker images
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user