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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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