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

Building Devenv failed #34

Open
mateistanuca1 opened this issue Nov 23, 2024 · 0 comments
Open

Building Devenv failed #34

mateistanuca1 opened this issue Nov 23, 2024 · 0 comments

Comments

@mateistanuca1
Copy link

Aveam initial o eroare in momentul in care dadeam make devenv :

Makefile:126: warning: overriding recipe for target 'devenv'
Makefile:84: warning: ignoring old recipe for target 'devenv'
docker run -it --rm \
	--name governance-devenv \
	-e GITHUB_ORG=unikraft \
	-v /home/matei/CDL/governance:/go/src/github.com/unikraft/governance \
	ghcr.io/unikraft/governance:devenv
Unable to find image 'ghcr.io/unikraft/governance:devenv' locally
docker: Error response from daemon: manifest unknown.
See 'docker run --help'.
make: *** [Makefile:126: devenv] Error 125

Am schimbat in Makefile, folosim latest in loc de devenv (ultima linie)

devenv:
	$(DOCKER) run -it --rm \
		--name $(REPO)-devenv \
		-e GITHUB_ORG=$(ORG) \
		-v $(WORKDIR):/go/src/github.com/$(ORG)/$(REPO) \
		$(REG)/$(ORG)/$(REPO):latest

Acum eroarea apare asa:

Makefile:126: warning: overriding recipe for target 'devenv'
Makefile:84: warning: ignoring old recipe for target 'devenv'
docker run -it --rm \
	--name governance-devenv \
	-e GITHUB_ORG=unikraft \
	-v /home/matei/CDL/governance:/go/src/github.com/unikraft/governance \
	ghcr.io/unikraft/governance:latest
Error: could not populate teams: could not read directory: open ./teams: no such file or directory
Usage:
  governctl [flags]
  governctl [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  help        Help about any command
  sync-pr     Synchronise one or many Pull Requests
  sync-teams  Synchronise teams

Flags:
  -D, --dry-run                  Do not perform any actual change
  -E, --github-endpoint string   Alternative GitHub API endpoint (usually GitHub enterprise)
  -O, --github-org string        GitHub organisation to manipulate
  -S, --github-skip-ssl          Skip SSL check with GitHub API endpoint
  -T, --github-token string      GitHub API token
  -h, --help                     help for governctl
  -l, --labels-dir string        Path to the labels definition directory (default "./labels")
  -r, --repos-dir string         Path to the repos definition directory (default "./repos")
  -t, --teams-dir string         Path to the teams definition directory (default "./teams")
  -j, --temp-dir string          Temporary directory to store intermediate git clones
  -v, --verbose                  Enable verbose logging
  -V, --version                  Show version and quit

Use "governctl [command] --help" for more information about a command.

could not populate teams: could not read directory: open ./teams: no such file or directory
make: *** [Makefile:126: devenv] Error 1
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

1 participant