Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created October 28, 2022 07:56
Show Gist options
  • Save vranystepan/b944ffc7d1984f634c0c849d5f76dcf8 to your computer and use it in GitHub Desktop.
Save vranystepan/b944ffc7d1984f634c0c849d5f76dcf8 to your computer and use it in GitHub Desktop.
find . -exec touch --date=@0 {} +
buildah build \
--format=docker \
-f Dockerfile \
-t "${CONTAINER_REPOSITORY}:${CONTAINER_TAG}" \
--cache-to "${CACHE_REPOSITORY}" \
--cache-from "${CACHE_REPOSITORY}" \
--layers \
--jobs 10 \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment