Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker package compatible with Ubuntu 24.04 #97

Open
secureme71 opened this issue Nov 4, 2023 · 0 comments
Open

Docker package compatible with Ubuntu 24.04 #97

secureme71 opened this issue Nov 4, 2023 · 0 comments
Assignees
Labels
major-version Needs to wait for the next major version needs-triage Needs to be triaged

Comments

@secureme71
Copy link

Describe the solution you'd like
Fix this issue:
https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details

Describe alternatives you've considered
Install docker compatible with Ubuntu 22.04 and APT:

  1. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
    2)echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
  2. apt update
  3. apt upgrade
  4. delete old configuration of docker in /etc/apt/source.list.d/
  5. delete old apt key of docker: apt-key del 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
@osmontero osmontero added good-first-issue Good for newcomers help-wanted Extra attention is needed labels Nov 4, 2023
@osmontero osmontero moved this to 🆕 New in UTMStack Nov 6, 2023
@secureme71 secureme71 changed the title [FEATURE] Docker package compatibile with Ubuntu 22.04 [FEATURE] Docker package compatible with Ubuntu 22.04 Nov 6, 2023
@osmontero osmontero moved this from 🆕 New to 🔖 Ready in UTMStack Nov 14, 2023
@osmontero osmontero self-assigned this Nov 14, 2023
@osmontero osmontero changed the title [FEATURE] Docker package compatible with Ubuntu 22.04 [FEATURE] Docker package compatible with Ubuntu 24.04 Jan 23, 2024
@osmontero osmontero removed good-first-issue Good for newcomers help-wanted Extra attention is needed labels Feb 19, 2024
@Kbayero Kbayero moved this from 🔖 Ready to 📋 Backlog in UTMStack Aug 29, 2024
@osmontero osmontero moved this from 📋 Backlog to 🔖 Ready in UTMStack Nov 11, 2024
@osmontero osmontero added needs-triage Needs to be triaged major-version Needs to wait for the next major version labels Jan 22, 2025
@osmontero osmontero changed the title [FEATURE] Docker package compatible with Ubuntu 24.04 Docker package compatible with Ubuntu 24.04 Jan 22, 2025
@osmontero osmontero assigned JocLRojas and unassigned osmontero Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major-version Needs to wait for the next major version needs-triage Needs to be triaged
Projects
Status: 🔖 Ready
Development

No branches or pull requests

3 participants