I’ve just tried this “resin deploy” command with this Dockerfile : https://github.com/docker-library/tomcat/blob/82b1da640aa15ff2e9713e59dba3dbf7487d6815/8.5/jre8-alpine/Dockerfile (replacing the FROM line with “FROM resin/%%RESIN_MACHINE_NAME%%-alpine-openjdk:8-jre”).
In the beginning of the build, it says :
(...)
[Build] Removing intermediate container fa373f8b8f7c
[Build] Step 11 : ENV TOMCAT_MAJOR 8
[Build] ---> Running in 005323bc4c0f
[Build] ---> 8f4a49083100
[Build] Removing intermediate container 005323bc4c0f
[Build] Step 12 : ENV TOMCAT_VERSION 8.5.15
[Build] ---> Running in a722cde975d1
unknown parent image ID sha256:8f4a4908310089b800e49c4ba7132308956a00f169ca1b3a364dc85b74c05cc0
If you need help, don't hesitate in contacting us at:
GitHub: https://github.com/resin-io/resin-cli/issues/new
P.S. : For this test I’m running resin CLI from Windows in case it matters, but it looks like the error is on the builder anyway, not on resin client side.