feat: first commit of jupyterinstnace
Build / build (pull_request) Successful in 1m41s

- builds container with python3.12 and minimal required pip packages
This commit is contained in:
2024-11-10 12:39:55 +11:00
parent 116a75de67
commit e02d3a0c6d
3 changed files with 32 additions and 18 deletions
+4 -5
View File
@@ -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: