We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4354d commit 77ab8f3Copy full SHA for 77ab8f3
src/imageproxy.rs
@@ -25,9 +25,6 @@ use tracing::instrument;
25
/// Re-export because we use this in our public APIs
26
pub use oci_spec;
27
28
-pub const OCI_TYPE_LAYER_GZIP: &str = "application/vnd.oci.image.layer.v1.tar+gzip";
29
-pub const OCI_TYPE_LAYER_TAR: &str = "application/vnd.oci.image.layer.v1.tar";
30
-
31
/// File descriptor range which is reserved for passing data down into the proxy;
32
/// avoid configuring the command to use files in this range. (Also, stdin is
33
/// reserved)
0 commit comments