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
feat: upgrade Docker installation to use official Docker repository
- Remove ubuntu docker.io package from apt packages list
- Add official Docker GPG key and repository setup
- Install docker-ce, docker-ce-cli, containerd.io, docker-buildx-plugin, docker-compose-plugin
- Remove manual Docker Compose v2.21.0 installation
- Add Docker version verification steps
- Update project-words.txt with new technical terms (buildx, containerd, dpkg, keyrings)
This ensures we get the latest Docker version (28.3.1) and Docker Compose v2.38.1
as per the official Docker installation documentation.
0 commit comments