Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start the grafana image locally after migration to rules_oci #35

Open
cristi- opened this issue Mar 13, 2024 · 1 comment
Open

Comments

@cristi-
Copy link
Contributor

cristi- commented Mar 13, 2024

The provided example image doesn't work after the move to rules_oci:

 rules_grafana (main) :( $ bazel run //example:grafana -- --norun

ERROR: Cannot run target //example:grafana: Not executable
INFO: Elapsed time: 0.144s
@keanedawg
Copy link

Not really that familiar with rules_oci, but having a rule not be executable indicates that you're not gonna be able to do a bazel run on it it. Having a rule be configured as executable or not is decided by the rules authors. So my first thought would be to look into the rules_oci rules more closely and understand what you're actually running, because it probably works a little differently than rules_docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants