Skip to content

Commit caecffd

Browse files
authored
Merge pull request #453 from open-edge-platform/m9-docker-fix
M9 docker fix
2 parents 3eb7280 + b75ce7a commit caecffd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

image-templates/ubuntu24-x86_64-minimal-ptl-m9.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ systemConfig:
227227
- build-essential
228228
- apt-transport-https
229229
- default-jre
230-
- docker-compose
230+
#- docker-compose
231231
- git-lfs
232232
- gnuplot
233233
- lbzip2
@@ -362,14 +362,15 @@ systemConfig:
362362
- xserver-xorg-dev_2:21.1.12-1ppa1~noble3
363363
- xvfb_2:21.1.12-1ppa1~noble3
364364
# M9 Packages
365-
#- docker-ce
366-
#- docker-ce-cli
367-
#- docker-buildx-plugin
368-
#- docker-compose-plugin
369-
#- ca-certificates
370-
#- software-properties-common
371-
#- cpuid
372-
#- clinfo
365+
- ca-certificates
366+
- software-properties-common
367+
- cpuid
368+
- clinfo
369+
- docker-ce
370+
- docker-ce-cli
371+
- containerd.io
372+
- docker-buildx-plugin
373+
- docker-compose-plugin
373374

374375
additionalFiles:
375376
- local: ../additionalfiles/ptl/01-network-manager-all.yaml

0 commit comments

Comments
 (0)