MCPcopy Create free account
hub / github.com/Qovery/engine / image_name

Method image_name

lib-engine/src/cmd/docker.rs:150–152  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

148 }
149
150 pub fn image_name(&self) -> String {
151 self.image_names().remove(0)
152 }
153
154 pub fn repository_with_host(&self) -> String {
155 format!("{}/{}", self.host_with_credentials_and_port(), self.name)

Callers 7

pullMethod · 0.80
tagMethod · 0.80
mirrorMethod · 0.80
create_manifestMethod · 0.80

Calls 1

image_namesMethod · 0.80

Tested by

no test coverage detected