mistercrunch commented on code in PR #26923:
URL: https://github.com/apache/superset/pull/26923#discussion_r1475105887


##########
docs/docs/installation/docker.mdx:
##########
@@ -0,0 +1,51 @@
+# Docker Images and Tags
+
+The Apache Superset community extensively uses Docker for development, release,
+and productionizing Superset. This page details our Docker builds and tag 
naming
+schemes to help users navigate our offerings.
+
+Images are built and pushed to the [Superset Docker Hub repository](
+https://hub.docker.com/r/apache/superset). Different sets of images are 
created for:
+- Published releases, with tags like `3.0.0` and the `latest` tag.
+- Pull request iterations, each identified by tags starting with a SHA like
+  `8a2f7d378ab13c156fa183d9284b607ed69f5ecc`, and `pr-3454`, referencing the 
pull
+  request ID.
+- Merges to the main branch (`master`), resulting in new SHAs, with tags
+  prefixed with `master` for the latest `master` version.
+
+Each code version has multiple builds for different purposes, identified by 
suffixes:
+- **Build Preset:** We offer various images for different needs:
+  - **Lean:** The default Docker image, including both frontend and backend. 
Tags
+    without a build_preset are lean builds, e.g., `latest`.
+  - **Dev:** For development, with a headless browser and root access.
+  - **Py310:** Similar to lean but with Python 3.10.
+  - **CI:** For certain CI workloads.
+  - **WebSocket:** For Superset clusters supporting advanced features.
+  - **Dockerize:** Used by Helm.
+- **Platform:** We build for `linux/arm64` and `linux/amd64`. The `-arm` suffix
+  indicates ARM builds (e.g., `latest-arm`), while tags without a suffix are 
for
+  AMD (e.g., `latest`).

Review Comment:
   @sfirke I added a section bellow "On ARM builds and working with Apple 
silicon"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to