You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
The only rule affected is the implementation function of the rule container_image, the function _impl / image.implementation in the file container/image.bzl.
Is this a regression?
No.
Description
The user argument can be given to the rule container_image but we can't give it to the implementation function.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Given 'user' argument to the container_image implementation is not possible
Give the 'user' argument to the container_image implementation is not possible
May 8, 2022
ghost
changed the title
Give the 'user' argument to the container_image implementation is not possible
Can't give a 'user' argument to the container_image implementation
May 8, 2022
🐞 bug report
Affected Rule
The only rule affected is the implementation function of the rule
container_image
, the function_impl
/image.implementation
in the file container/image.bzl.Is this a regression?
No.
Description
The
user
argument can be given to the rulecontainer_image
but we can't give it to the implementation function.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:rules_docker version:
The text was updated successfully, but these errors were encountered: