Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker features#1577
Open
abdurriq wants to merge 1 commit intodevcontainers:mainfrom
Open
Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker features#1577abdurriq wants to merge 1 commit intodevcontainers:mainfrom
abdurriq wants to merge 1 commit intodevcontainers:mainfrom
Conversation
… features (devcontainers#1569) * Initial plan * Add update-ca-certificates call after installing ca-certificates package Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Bump feature versions: docker-outside-of-docker to 1.8.0, docker-in-docker to 2.16.0 Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Add error handling and documentation for update-ca-certificates calls Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Remove invalid test for docker-compose when v2 isn't installed --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>
Kaniska244
approved these changes
Feb 17, 2026
sam-byng
approved these changes
Feb 20, 2026
| "default": false, | ||
| "description": "Disable ip6tables (this option is only applicable for Docker versions 27 and greater)" | ||
| } | ||
| "id": "docker-in-docker", |
There was a problem hiding this comment.
nit: whitespace has changed from 4-> 2 spaces or something. So the diff is odd
| "default": true, | ||
| "description": "Install Compose Switch (provided docker compose is available) which is a replacement to the Compose V1 docker-compose (python) executable. It translates the command line into Compose V2 docker compose then runs the latter." | ||
| } | ||
| "id": "docker-outside-of-docker", |
There was a problem hiding this comment.
nit: whitespace change makes this hard to review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Certificates aren't up-to-date in base image, so this runs a certificate update which fixes validation issues.
Original PR (merged into another feature branch): #1569