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

[tests] Pin image to major version 0 #554

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

joshspicer
Copy link
Member

With the release of Debian bookworm, several of the images we maintain had a major version bump from 0 to 1. This test involving a tgz Feature tries to download via apt that doesn't exist in the bookworm feed.

devcontainers/images@5366f3b

The actual issue that arises during the build is:

bookworm InRelease\n[2023-06-16T16:06:37.964Z] Err:5 https://packages.microsoft.com/repos/microsoft-debian-bookworm-prod bookworm Release\n  404  Not Found [IP: 40.118.250.56 443]\n[2023-06-16T16:06:38.148Z] Reading package lists...\n[2023-06-16T16:06:38.758Z] \n[2023-06-16T16:06:38.772Z] E: The repository 'https://packages.microsoft.com/repos/microsoft-debian-bookworm-prod bookworm Release' does not have a Release file.\n[2023-06-16T16:06:38.773Z] ERROR: Feature \"Docker (Docker-in-Docker)\" (Unknown) failed to install!\n[2023-06-16T16:06:38.956Z] The command '/bin/sh -c chmod -R 0755 /tmp/dev-container-features/docker-in-docker_0 && cd /tmp/dev-container-features/docker-in-docker_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh' returned a non-zero code: 100\r\n\n[2023-06-16T16:06:38.957Z] Stop (58933 ms): Run: docker build --build-arg 

@joshspicer joshspicer requested a review from a team as a code owner June 16, 2023 18:38
@joshspicer joshspicer merged commit 1f8ffad into main Jun 16, 2023
37 checks passed
@joshspicer joshspicer deleted the joshspicer/test-failure-bookworm branch June 16, 2023 21:00
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