Open dhalperi opened 2 years ago
Maybe, for current latest=2022.03.16.1242
we would generate tag 2022.03.16.<new build number
and then overwrite latest
with it.
One manual hack is something like this:
cat allinone-upgrade.dockerfile
FROM batfish/allinone:<version>
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install --upgrade pillow
and then push this as latest
or version
. Iterated, however, this will result in a growing container as each time you do this it adds a new layer.
Scenario:
batfish
container has no security issuesallinone
container, because it uses libc and other things like that, has security issuesDo not want to cut a new release (new Java), but rather re-release (and overwrite? bump? existing tag) allinone container only(?)