Use ubi8/openjdk-8 instead of docker.io/maven for JMS tests

This commit is contained in:
David Bell
2021-07-05 14:32:42 +01:00
parent 5e57fa8e3e
commit d4ab93efa7
2 changed files with 11 additions and 9 deletions

View File

@@ -260,7 +260,7 @@ test-advancedserver: test/docker/vendor
cd test/docker && TEST_IMAGE=$(MQ_IMAGE_ADVANCEDSERVER):$(MQ_TAG) EXPECTED_LICENSE=Production go test -parallel $(NUM_CPU) -timeout $(TEST_TIMEOUT_DOCKER) $(TEST_OPTS_DOCKER)
.PHONY: build-devjmstest
build-devjmstest: docker-login
build-devjmstest: registry-login
$(info $(SPACER)$(shell printf $(TITLE)"Build JMS tests for developer config"$(END)))
cd test/messaging && docker build --tag $(DEV_JMS_IMAGE) .