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

Support docker-in-docker on Ubuntu Noble (24.04) #969

Closed
wants to merge 1 commit into from

Conversation

jjh42
Copy link

@jjh42 jjh42 commented May 12, 2024

This tiny changed seem to work for me.

https://github.com/jjh42/docker-in-docker-noble

as a temporary workaround you can use
"ghcr.io/jjh42/docker-in-docker-noble/docker-in-docker:latest": {},
instead of the official docker-in-docker feature.

@jjh42 jjh42 requested a review from a team as a code owner May 12, 2024 00:00
@jjh42
Copy link
Author

jjh42 commented May 12, 2024

@microsoft-github-policy-service agree company=Elefant-Ai

Copy link
Member

@samruddhikhandale samruddhikhandale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, left one minor comment. Thanks!

DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal jammy"
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal hirsute impish jammy"
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal jammy noble"
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal hirsute impish jammy noble"
Copy link
Member

@samruddhikhandale samruddhikhandale May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you help add a similar test 👇 for the noble image? Thanks!

"docker_build_fallback_compose": {
"image": "ubuntu:focal",
"features": {
"docker-in-docker": {
"version": "latest",
"dockerDashComposeVersion": "latest"
}
}
},

Copy link
Member

@samruddhikhandale samruddhikhandale May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better idea, I think we should update these 👇 workflows and add the mcr.microsoft.com/devcontainers/base:noble image to the baseImage

baseImage:
[
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
]

baseImage:
[
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
]

@samruddhikhandale
Copy link
Member

Thank you so much @jjh42 for the PR, we appreciate it ✨

Closing this PR as we have merged in the fix with #971

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants