ondemand icon indicating copy to clipboard operation
ondemand copied to clipboard

dev:rebuild doesn't build a new container

Open johrstrom opened this issue 3 years ago • 1 comments

Since we moved the dev container to nightlies - dev:rebuild no longer builds a new container. Instead it just uses the layers that have been cached because it does not recognize that anything has been updated. From it's perspective nothing has been updated even though we know there's a new RPM the build system does not regenerate the layer that pulls the RPMs.

┆Issue is synchronized with this Asana task by Unito

johrstrom avatar Jul 29 '22 15:07 johrstrom

For Docker you'd use --no-cache with the build command to force full rebuild. Likely same flag with Podman.

treydock avatar Jul 29 '22 16:07 treydock