You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/execution-managed/pages/remote-docker-images-support-policy.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ This document outlines the xref:building-docker-images.adoc[CircleCI remote Dock
11
11
[#release-policy]
12
12
== Release policy
13
13
14
-
The CircleCI remote Docker images are based on our Linux VM images with Docker installed for the purposes of providing a remote environment that can execute Docker commands within jobs on the Docker executor.
14
+
The CircleCI remote Docker images are based on our Linux VM images with Docker installed.
15
+
This setup enables the execution of Docker commands within jobs using the Docker executor in a remote environment.
15
16
16
17
We aim to support the latest three versions of the Docker Engine that are classified as within Security Support status.
17
18
@@ -64,6 +65,11 @@ Current Deprecation:
64
65
65
66
Example: When Docker 28 is released:
66
67
68
+
We have delayed upgrading to Docker 28 because early releases introduced networking changes that caused instability in some environments.
69
+
Rather than risk disruption for our customers, we chose to stay on the stable and supported 27.x line while monitoring the maturity of 28.
70
+
With the release of 28.3.3, the previous issues appear to have been resolved.
71
+
We are now preparing to validate and roll out the upgrade to ensure a smooth transition.
0 commit comments