modern-smartphone-82928
07/29/2024, 8:27 AMfoo_bar=<http://registry.hub.docker.com/foo/bar:latest|registry.hub.docker.com/foo/bar:latest>
eg BUILD
docker_image(
name="foo_bar",
registry="foo/bar",
)
eg dist/foo_bar/foo_bar.docker-info.json
{
"version": 1,
"image_id": "sha256:fbf93f808541d76144181e46250c928d1bb79123fda0b2268e8b3fc61a656635",
"registries": [
{
"alias": "foo",
"address": "<http://registry.hub.docker.com|registry.hub.docker.com>",
"repository": "foo/bar",
"tags": [
{
"template": "{build_args.DEFAULT_TAG}",
"tag": "latest",
"uses_local_alias": false,
"name": "<http://registry.hub.docker.com/foo/bar:latest|registry.hub.docker.com/foo/bar:latest>"
}
]
}
]
}careful-address-89803
07/31/2024, 8:56 PMAllDockerImageTargets as an arg in your rule.
As for the goal, maybe implement it as codegen so it can be output with export-codegen might be most applicable of the existing goals? ref guide for adding codegen . But you might want to create your own goal following this guidemodern-smartphone-82928
08/05/2024, 7:09 AMcareful-address-89803
08/18/2024, 6:02 PM