We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ cd ~/Library/Application\ Support/google-cloud-tools-java/jib $ ls -1 *.tar.gz | wc -l 15 $ jq '.layers[].reference.digest' metadata-v2.json | wc -l 313 $ jq '.layers[].reference.digest' metadata-v2.json | sort -u | wc -l 13
The text was updated successfully, but these errors were encountered:
Ah nice catch! Looks like we might have a bug in our cache writing system that is not detecting previous entries that are the same.
Sorry, something went wrong.
Fortunately looks like it's just the JSON entries that we missed de-duplication. The TAR files are unique.
coollog
No branches or pull requests
The text was updated successfully, but these errors were encountered: