From 2654679c56ff391f9608562e13b82b0a7a439fad Mon Sep 17 00:00:00 2001
From: AidanDelaney In this tutorial, we’ll explain how to use In order to run the build process in an isolated fashion, In order to run the build process in an isolated fashion, Install Docker NOTE: You can use buildpacks to build container images that run Windows containers on Windows (WCOW). This page is not relevant if your host machine is Windows but you are running Linux containers on Windows (LCOW);
+in this case, no special configuration is required. EXPERIMENTAL Windows support is experimental! Enable experimental mode by running: EXPERIMENTAL Windows support is experimental!
-Enable experimental mode by running: pack config experimental true
-Before You Start Recommended reading Before trying out builds for Windows images, we recommend following the Linux image tutorial under Getting Started. Don’t worry, you can still run it on a Windows OS if you need to – just make sure to enable Linux containers for Docker first.
-When you’re done, head back here.
-Enable Windows container mode In order to produce Windows container images, ensure Windows container mode is enabled in your Docker settings (available only in Docker for Windows). You can use buildpacks to build container images that run Windows containers on Windows (WCOW). This page is not relevant if your host machine is Windows but you are running Linux containers on Windows (LCOW);
+in this case, no special configuration is required.An App’s Brief Journey from Source to Image
Pack for the journey
pack
and buildpacks to create a runnable app image from source code.pack
uses Docker. That means you’ll need to make sure you have both docker
and pack
installed:
+pack
uses Docker or a Docker-compatible daemon to create the containers where buildpacks execute.
+That means you’ll need to make sure you have both pack
and a daemon installed:
+
or alternatively, see this page about working with podman
.
diff --git a/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html b/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html
index 8ae25b1f8..51fdcac5c 100644
--- a/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html
+++ b/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html
@@ -8,9 +8,8 @@
-
+
@@ -24,9 +23,8 @@
-
+
@@ -874,7 +872,10 @@
pack
is only one implementation of the Cloud Native Buildpacks Platform Specification. Additionally, not all Cloud Native Buildpacks Platforms require Docker.Build for Windows containers
-
+
diff --git a/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html b/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html
index fa61fefac..b6adb8c25 100644
--- a/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html
+++ b/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html
@@ -8,7 +8,7 @@
-
+
@@ -22,7 +22,7 @@
-
+
diff --git a/docs/for-app-developers/how-to/special-cases/index.html b/docs/for-app-developers/how-to/special-cases/index.html
index 68242ed55..699b407c9 100644
--- a/docs/for-app-developers/how-to/special-cases/index.html
+++ b/docs/for-app-developers/how-to/special-cases/index.html
@@ -889,11 +889,9 @@ pack config experimental true
Build for Windows containers
-
The OCI Image Layout is the directory structure for OCI content-addressable blobs and location-addressable references. See the specification. Exporting to OCI layout format is an experimental feature available on pack since version 0.30.0
-The OCI Image Layout is the directory structure for OCI content-addressable blobs and location-addressable references.