@pulumi/docker-build
Version:
[](https://slack.pulumi.com) [](https://www.npmjs.com/package/@pulumi/docker-build) [;
exports.Platform = exports.NetworkMode = exports.CompressionType = exports.CacheMode = void 0;
exports.CacheMode = {
/**
* Only layers that are exported into the resulting image are cached.
*/
Min: "min",
/**
* All layers are cached, even those of intermediate steps.
*/
Max: "max",
};
exports.CompressionType = {
/**
* Use `gzip` for compression.
*/
Gzip: "gzip",
/**
* Use `estargz` for compression.
*/
Estargz: "estargz",
/**
* Use `zstd` for compression.
*/
Zstd: "zstd",
};
exports.NetworkMode = {
/**
* The default sandbox network mode.
*/
Default: "default",
/**
* Host network mode.
*/
Host: "host",
/**
* Disable network access.
*/
None: "none",
};
exports.Platform = {
Darwin_386: "darwin/386",
Darwin_amd64: "darwin/amd64",
Darwin_arm: "darwin/arm",
Darwin_arm64: "darwin/arm64",
Dragonfly_amd64: "dragonfly/amd64",
Freebsd_386: "freebsd/386",
Freebsd_amd64: "freebsd/amd64",
Freebsd_arm: "freebsd/arm",
Linux_386: "linux/386",
Linux_amd64: "linux/amd64",
Linux_arm: "linux/arm",
Linux_arm64: "linux/arm64",
Linux_mips64: "linux/mips64",
Linux_mips64le: "linux/mips64le",
Linux_ppc64le: "linux/ppc64le",
Linux_riscv64: "linux/riscv64",
Linux_s390x: "linux/s390x",
Netbsd_386: "netbsd/386",
Netbsd_amd64: "netbsd/amd64",
Netbsd_arm: "netbsd/arm",
Openbsd_386: "openbsd/386",
Openbsd_amd64: "openbsd/amd64",
Openbsd_arm: "openbsd/arm",
Plan9_386: "plan9/386",
Plan9_amd64: "plan9/amd64",
Solaris_amd64: "solaris/amd64",
Windows_386: "windows/386",
Windows_amd64: "windows/amd64",
};
//# sourceMappingURL=index.js.map
;