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

Unknown attribute "userns_mode" #31

Closed
Igetin opened this issue Dec 8, 2023 · 1 comment · Fixed by #37
Closed

Unknown attribute "userns_mode" #31

Igetin opened this issue Dec 8, 2023 · 1 comment · Fixed by #37
Labels
bug Something isn't working
Milestone

Comments

@Igetin
Copy link

Igetin commented Dec 8, 2023

I have the following line in my compose file’s service configuration:

userns_mode: "keep-id"

When trying to convert the compose file, podlet outputs the following error:

Error: 
   0: File `compose-debugging.yaml` is not a valid compose file
   1: services.test: unknown attribute "userns_mode", extensions must start with 'x-' (see https://docs.docker.com/compose/compose-file/#extension) at line 3 column 5

This should be supported by Quadlet in container/Kube units, according to the documentation.

@k9withabone k9withabone added the bug Something isn't working label Dec 9, 2023
@k9withabone
Copy link
Member

This is a bug in docker-compose-types, I'll create an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants