not seeing remote-cache-hit when using add_apt_key
🐞 bug report
Affected Rule
The issue is caused by the rule: add_apt_keyIs this a regression?
NoDescription
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?
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!
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?"