mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
fix(oci): use mirror.gcr.io as a mirror to docker hub
This commit is contained in:
@ -47,7 +47,7 @@ impl Default for ImageName {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl ImageName {
|
impl ImageName {
|
||||||
pub const DOCKER_HUB_MIRROR: &'static str = "registry-1.docker.io";
|
pub const DOCKER_HUB_MIRROR: &'static str = "mirror.gcr.io";
|
||||||
pub const DEFAULT_IMAGE_TAG: &'static str = "latest";
|
pub const DEFAULT_IMAGE_TAG: &'static str = "latest";
|
||||||
|
|
||||||
pub fn parse(name: &str) -> Result<Self> {
|
pub fn parse(name: &str) -> Result<Self> {
|
||||||
|
Reference in New Issue
Block a user