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

ImagePullFailure error #1117

Open
500poundbear opened this issue Jun 8, 2023 · 0 comments
Open

ImagePullFailure error #1117

500poundbear opened this issue Jun 8, 2023 · 0 comments

Comments

@500poundbear
Copy link

Hi,

I'm encountering a error about the pulling of the codeclimate/codeclimate-structure image. Since I am hosting it on a local image repository, this is the image that I pull is from [LOCAL-IMAGE-REPO]:6555/codeclimate/codeclimate-structure.

This is the error from running /run.sh $CI_PROJECT_DIR

error: (CC::CLI::Engines::Install::ImagePullFailure) unable to pull image [LOCAL-IMAGE-REPO]:6555/codeclimate/codeclimate-structure
D, [2023-06-08T08:27:23.265347 #1] DEBUG -- : backtrace: /usr/src/app/lib/cc/cli/engines/install.rb:27:in `pull_engine'
	/usr/src/app/lib/cc/cli/engines/install.rb:21:in `each'
	/usr/src/app/lib/cc/cli/engines/install.rb:21:in `pull_docker_images'
	/usr/src/app/lib/cc/cli/engines/install.rb:11:in `run'
	/usr/src/app/lib/cc/cli/command.rb:73:in `execute'
	/usr/src/app/lib/cc/cli/runner.rb:25:in `run'
	/usr/src/app/lib/cc/cli/runner.rb:9:in `run'
	/usr/src/app/bin/codeclimate:12:in `<main>'
Could not install code climate engines for the repository at /builds/

For safe measure, I have added additional steps to test the pulling of the image before running /run.sh $CI_PROJECT_DIR.

docker pull [LOCAL-IMAGE-REPO]::6555/codeclimate/codeclimate-structure
....

The docker image seems to be saved correctly too.

$ docker images
REPOSITORY                                                           TAG       IMAGE ID       CREATED       SIZE
[LOCAL-IMAGE-REPO]:6555/codeclimate/codeclimate-structure   latest    90c83a1306e8   2 years ago   5.63GB

Please let me know if there are any remediation steps for the above. Thanks!

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