wgu-opensource / osmt

OSMT is the Open Skills Management Tool
https://osmt.io
Other
44 stars 8 forks source link

added osmt-api exclusions #422

Closed schagantiwgu closed 1 year ago

schagantiwgu commented 1 year ago

Some exclusions added to osmt-api pom file.

We have some test classes in osmt-api that use docker test containers and we do not want that to interfere with our docker build as they do not have access to other docker containers. So we exclude them from the docker build profile that we are using which is "dockerfile-build"

Used the following command to execute docker build in local: docker build --build-arg RELEASE_TAG="0.0" --build-arg MVN_POM_VERSION="2.6.0-SNAPSHOT" -t "wguopensource/osmt-app:0.0" -t wguopensource/osmt-app:latest --progress plain .

Note: Do not miss the . at the end