Dagger.ImageLayerCompression (dagger v0.18.16)

View Source

Compression algorithm to use for image layers.

Summary

Types

t()

@type t() ::
  :Gzip
  | :Zstd
  | :EStarGZ
  | :Uncompressed
  | :GZIP
  | :ZSTD
  | :ESTARGZ
  | :UNCOMPRESSED

Functions

e_star_gz()

@spec e_star_gz() :: :EStarGZ

estargz()

@spec estargz() :: :ESTARGZ

gzip()

@spec gzip() :: :Gzip

uncompressed()

@spec uncompressed() :: :Uncompressed

zstd()

@spec zstd() :: :Zstd