You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arcons I am getting the same error. Did you find a solution? @rnkhouse
Yeah I fixed it by changing the maven build version. Right now it's pulling latest. I got 3.5.4 to work properly though on a build so just changed
FROM maven:latest as builder to FROM maven:3.5.4 as builder and it loaded fine for me.
There is currently an issue when attempting to build the image locally.
It looks like an issue with the pom.xml
Simply trying to build the image locally
docker build .
The text was updated successfully, but these errors were encountered: