unfortunately i lost the terminal output for this last build, but this is from the releases page.
i would expect the nocache to not build upon the original but start a new image and disregard the first.
but it looks like this isnt happening.
if this is not the intended case - how can i make sure the remote balena ignored previous images and starts fresh?
Don’t use cached layers of previously built images for this project. This ensures that the latest base image and packages are pulled. Note that build logs may still display the message _“Pulling previous images for caching purposes” (as the cloud builder needs previous images to compute delta updates), but the logs will not display the “Using cache” lines for each build step of a Dockerfile.
So even if you see the cached images being downloaded, they should not be used when building the new image.
Regarding deltas. What do you mean that no deltas were generated? Do you mean when creating the release or when the supervisor is pulling the release? Note that even if the delta is not generated on build, the supervisor will try to generate it before pulling the images from the target release.