File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ docker_build: ## build the docker image
17
17
18
18
docker build --build-arg base_image=$(BASE_IMAGE_OPENJDK) --no-cache -t $(WITHTOOLS_IMAGE_NAME):$(VERSION) --target withtools .
19
19
docker build --build-arg base_image=$(BASE_IMAGE_OPENJ9) --no-cache -t $(WITHTOOLS_IMAGE_NAME):$(OPENJ9_VERSION) --target withtools .
20
+ docker build --build-arg base_image=$(BASE_IMAGE_OPENJDK17) --no-cache -t $(WITHTOOLS_IMAGE_NAME):$(OPENJDK17_VERSION) --target withtools .
20
21
21
22
docker_scan : # # scan the docker image for security vulnerabilities
22
23
docker scan --accept-license --login --token $(DOCKER_SCAN_SNYK_TOKEN ) && \
@@ -25,6 +26,7 @@ docker_scan: ## scan the docker image for security vulnerabilities
25
26
docker scan --accept-license --severity high $(BASE_IMAGE_NAME ) :$(OPENJDK17_VERSION )
26
27
docker scan --accept-license --severity high $(WITHTOOLS_IMAGE_NAME ) :$(VERSION )
27
28
docker scan --accept-license --severity high $(WITHTOOLS_IMAGE_NAME ) :$(OPENJ9_VERSION )
29
+ docker scan --accept-license --severity high $(WITHTOOLS_IMAGE_NAME ) :$(OPENJDK17_VERSION )
28
30
29
31
.PHONY : push-docker-image
30
32
push-docker-image : # # push the docker image to the registry (DOCKER_USER and DOCKER_PASS mandatory)
@@ -34,6 +36,7 @@ push-docker-image: ## push the docker image to the registry (DOCKER_USER and DOC
34
36
docker push $(BASE_IMAGE_NAME ) :$(OPENJDK17_VERSION )
35
37
docker push $(WITHTOOLS_IMAGE_NAME ) :$(VERSION )
36
38
docker push $(WITHTOOLS_IMAGE_NAME ) :$(OPENJ9_VERSION )
39
+ docker push $(WITHTOOLS_IMAGE_NAME ) :$(OPENJDK17_VERSION )
37
40
38
41
.PHONY : push-latest-docker-image
39
42
push-latest-docker-image : # # push the docker image with the "latest" tag to the registry (DOCKER_USER and DOCKER_PASS mandatory)
You can’t perform that action at this time.
0 commit comments