You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
5
+
# hadolint ignore=DL3008 # Pinning apt package versions is fragile since old versions are removed after new versions are published. We're using an Ubuntu LTS base, so the chances of breaking changes are low.
5
6
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
7
+
# hadolint ignore=DL3008 # Pinning apt package versions is fragile since old versions are removed after new versions are published. We're using an Ubuntu LTS base, so the chances of breaking changes are low.
7
8
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
0 commit comments