Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Workaround for Quay builds
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi committed Nov 14, 2019
1 parent 17eb9a5 commit 67404e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ ENV OPERATOR=/usr/local/bin/keycloak-operator \

ENV SHA1_FILE=/BUILD_SHA1.txt
ENV BUILD_DATE_FILE=/BUILD_DATE.txt
# Because of https://github.com/containers/buildah/issues/1906
# We need to increment this variable whenever we need a rebuild.
# The fix should be implemented very soon
ENV CACHE_BUST=1

RUN echo "$(date)" > $BUILD_DATE_FILE

Expand Down

0 comments on commit 67404e0

Please sign in to comment.