Skip to content

Add tags kwarg to gitops_image_adapter target #71

Description

@scasagrande

Very similar to #35

# Instantiate the single-file/directory image adapter
adapter_name = name + ".adapter"
gitops_image_adapter(
name = adapter_name,
image = image,
visibility = ["//visibility:private"],
)

The suffixed .adapter targets are missing bazel tags, preventing "manual" tags from full propagating to all associated rules_gitops targets, in turn causing bazel build //... operations to eagerly fetch base images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions