rules_docker icon indicating copy to clipboard operation
rules_docker copied to clipboard

not seeing remote-cache-hit when using add_apt_key

Open tbrethersd opened this issue 3 years ago • 1 comments

🐞 bug report

Affected Rule

The issue is caused by the rule: add_apt_key

Is this a regression?

No

Description

A clear and concise description of the problem...

adding a percona gpg key to a base ubuntu image using add_apt_key and in CI we're not seeing remote cache hits for this even though the hash of the output is always the same. Also we are using '--modify_execution_info=".*=-no-remote-cache"' in the bazel command.

Output of bazel version:

  
bazel 5.0.0
  

Rules_docker version:

  
http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "59536e6ae64359b716ba9c46c39183403b01eabfbd57578e84398b4829ca499a",
    strip_prefix = "rules_docker-0.22.0",
    urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.22.0/rules_docker-v0.22.0.tar.gz"],
)
  

Anything else relevant?

tbrethersd avatar Mar 23 '22 11:03 tbrethersd

This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!

github-actions[bot] avatar Sep 20 '22 04:09 github-actions[bot]

This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?"

github-actions[bot] avatar Oct 21 '22 03:10 github-actions[bot]