I think I solved my initial question. I’m using resin/raspberrypi2-debian and the documentation references resin/raspberry-pi2-debian which I didn’t notice.
I now notice the repository deprecation notice in the builder, but since I don’t normally look there, would it be possible to output this in the final build messages so it’s more visible?
[main] Step 1/1 : RUN echo 'This repository is deprecated. Please check https://docs.resin.io/runtime/resin-base-images/ for information about Resin docker images.'
[main] ---> Running in c2f1379d0ded
@exposedwiring I’ve been unable to reproduce the bug on my machine, could you please provide your Dockerfile so I can create a minimal reproduction. If you don’t want to post it publicly you can send it to me in a private message.
@exposedwiring thanks for the extra info, I’m able to reproduce the bug by running the build with FROM resin/raspberrypi2-debian:latest first, and then running a build with the incorrect tag…
Hey, in this above you seem to mix two things up: first you refer to resin/raspberrypi2-debian, but then link to resin/raspberry-pi2-debian… Which one are you trying to use?
The no-hyphen one is obsolete and doesn’t have that tag, the second one is the correct, but it’s not what you are using in the FROM statement…
Sorry, should have read the whole thread, not just the beginning and end…