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] downgrade docker-ce to 24.0.9 #1346

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

kylos101
Copy link
Collaborator

@kylos101 kylos101 commented May 7, 2024

Description

This avoids limitations with extended attributes for tar files: https://docs.docker.com/engine/release-notes/25.0/#known-limitations

The problem manifests depending on extended attributes usage with some images. For example, from within Gitpod, run:

docker run curlimages/curl:8.1.2 -v -k https://example.com
docker: failed to register layer: lsetxattr user.overlay.origin /bin: operation not supported.
See 'docker run --help'.

Related Issue(s)

Fixes n/a
Related to #1339
Related to https://gitpod.slack.com/archives/C04JEP60Q9X/p1715094437496319

How to test

Documentation

/hold

This avoids limitations with extended attributes for tar files: https://docs.docker.com/engine/release-notes/25.0/#known-limitations

The problem manifests depending on extended attributes usage with some images. For example, from within Gitpod, run:

```
docker run curlimages/curl:8.1.2 -v -k https://example.com
docker: failed to register layer: lsetxattr user.overlay.origin /bin: operation not supported.
See 'docker run --help'.
```
@kylos101 kylos101 requested a review from a team as a code owner May 7, 2024 20:27
Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

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

💯

Is there a way we can block auto-updates for this? 🤔

@kylos101
Copy link
Collaborator Author

kylos101 commented May 8, 2024

💯

Is there a way we can block auto-updates for this? 🤔

Yes, it looks like we can configure renovate to ignore packages: I will do in a follow-on PR: https://stackoverflow.com/a/75670202

@kylos101 kylos101 merged commit 4a1945e into main May 8, 2024
4 checks passed
@kylos101 kylos101 deleted the kylos101/downgrade-docker branch May 8, 2024 14:36
@kylos101
Copy link
Collaborator Author

kylos101 commented May 8, 2024

💯
Is there a way we can block auto-updates for this? 🤔

Yes, it looks like we can configure renovate to ignore packages: I will do in a follow-on PR: https://stackoverflow.com/a/75670202

I was wrong, renovate just updates base images for dockerfiles. Therefore, it'll take a human to remove this pinned version.

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.

None yet

2 participants