Sign inSign up

blsk/soapui

By blsk

Updated over 7 years ago

containerized soapui

Image
0

1.4K

blsk/soapui repository overview

Containerized SoapUI

SoapUI in docker, based on openJDK

ARG baseimage= ARG tag=

defaults to openjdk:8-alpine for openJDK base image FROM baseimage:tag Pass at build-time to the builder with the docker build command using --build-arg baseimage= --build-arg tag=

ARG soapui_version=

defaults to 5.4.0 Pass to set which SoapUI version to install (at build-time to the builder with the docker build command using --build-arg soapui_version=

some config ENVs

will be needed if you start own / custom SoapUI project, pass the SOAPMOCKNAME, MOCK_HOME and PROJECTFILE ENVs

Entrypoint

default runs the sample test override with --entrypoint sh at runtime, if you want to peek into the container

Tag summary

Content type

Image

Digest

Size

166.6 MB

Last updated

over 7 years ago

docker pull blsk/soapui