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
Docker containers used in Makefile are not qualified leading to errors:
[~/Code/github/michaelsafyan/open-telemetry.semantic-conventions (refattr)]$ make check-policies
docker run --rm \
--mount 'type=bind,source=/home/michaelsafyan/Code/github/michaelsafyan/open-telemetry.semantic-conventions/policies,target=/home/weaver/policies,readonly' \
--mount 'type=bind,source=//home/michaelsafyan/Code/github/michaelsafyan/open-telemetry.semantic-conventions/model,target=/home/weaver/source,readonly' \
otel/weaver:v0.10.0 registry check \
--registry=/home/weaver/source \
--baseline-registry=https://github.com/open-telemetry/semantic-conventions/archive/refs/tags/v1.28.0.zip[model] \
--policy=/home/weaver/policies
Error: short-name "otel/weaver:v0.10.0" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
make: *** [Makefile:249: check-policies] Error 125
Steps to Reproduce (if any)
Install podman-is-docker so that the docker command becomes an alias over podman
Run make check-policies inside the repo
Expected Result
Should work
Actual Result
Fails, because top-level dependencies.Dockerfile does not qualify the dependencies
Area(s)
area:other
What happened?
Description
Docker containers used in
Makefile
are not qualified leading to errors:Steps to Reproduce (if any)
podman-is-docker
so that thedocker
command becomes an alias overpodman
make check-policies
inside the repoExpected Result
Should work
Actual Result
Fails, because top-level
dependencies.Dockerfile
does not qualify the dependenciesSemantic convention version
3c95994
Additional context
No response
The text was updated successfully, but these errors were encountered: