a quick way to bulk replace files in your Docker image - save docker layers
Did you ever use bunch of such commands in your Dockerfile?
RUN rm -v /path/to/dir1/guava-32.1.7.jar
RUN wget https://repo1.maven.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar -P /
platform-engg-log.hashnode.dev3 min read