Skip to content

Commit

Permalink
Cache busting docker tags (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert authored Apr 13, 2024
1 parent b61b9cc commit 7cda99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/linux/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ARG BASE_OS
ARG BASE_OS_TAG
FROM ${BASE_OS:-gcr.io/cloud-marketplace-containers/google/debian11}:${BASE_OS_TAG:-latest}

RUN echo cache busting all docker tags

COPY base/clean-after-apt.sh /opt/clean-after-apt.sh

ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 2 additions & 0 deletions docker/linux/base/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
ARG FROM_IMAGE
FROM ${FROM_IMAGE:-cobalt-base}

RUN echo more cache busting

ARG HOME=/root

# === Install common build tools, required by all platforms
Expand Down

0 comments on commit 7cda99d

Please sign in to comment.