Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
build_image_with_docker
Method · 0.80
does_image_exist_locally
Method · 0.80
does_image_exist_remotely
Method · 0.80
pull
Method · 0.80
tag
Method · 0.80
mirror
Method · 0.80
create_manifest
Method · 0.80
Calls
1
image_names
Method · 0.80
Tested by
no test coverage detected