MCPcopy Create free account
hub / github.com/FastLED/FastLED / pull_image

Method pull_image

ci/docker_utils/avr8js_docker.py:73–75  ·  view source on GitHub ↗

Pull Docker image from registry

(self)

Source from the content-addressed store, hash-verified

71 return False
72
73 def pull_image(self) -> None:
74 """Pull Docker image from registry"""
75 subprocess.run(["docker", "pull", self.docker_image], check=True)
76
77 def run(
78 self,

Callers 1

run_avr8js_testsFunction · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected