Skip to content

Commit

Permalink
Merge pull request #47 from cgwalters/pub-use-oci
Browse files Browse the repository at this point in the history
Re-export `oci-spec`
  • Loading branch information
jmarrero authored May 1, 2023
2 parents 09cfcb3 + 6cc9052 commit 95b88a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/imageproxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ use tokio::sync::Mutex as AsyncMutex;
use tokio::task::JoinError;
use tracing::instrument;

/// Re-export because we use this in our public APIs
pub use oci_spec;

pub const OCI_TYPE_LAYER_GZIP: &str = "application/vnd.oci.image.layer.v1.tar+gzip";
pub const OCI_TYPE_LAYER_TAR: &str = "application/vnd.oci.image.layer.v1.tar";

Expand Down

0 comments on commit 95b88a7

Please sign in to comment.