Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions image-templates/ubuntu24-x86_64-minimal-ptl-m9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ systemConfig:
- build-essential
- apt-transport-https
- default-jre
- docker-compose
#- docker-compose
Comment thread
srmungar marked this conversation as resolved.
- git-lfs
- gnuplot
- lbzip2
Expand Down Expand Up @@ -362,14 +362,15 @@ systemConfig:
- xserver-xorg-dev_2:21.1.12-1ppa1~noble3
- xvfb_2:21.1.12-1ppa1~noble3
# M9 Packages
#- docker-ce
#- docker-ce-cli
#- docker-buildx-plugin
#- docker-compose-plugin
#- ca-certificates
#- software-properties-common
#- cpuid
#- clinfo
- ca-certificates
- software-properties-common
- cpuid
- clinfo
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin

Comment thread
srmungar marked this conversation as resolved.
additionalFiles:
- local: ../additionalfiles/ptl/01-network-manager-all.yaml
Expand Down
Loading