-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Since 3.12.0 filesystem write access during container build IT tests results in AccessDeniedException #41659
Labels
Milestone
Comments
HerrDerb
changed the title
Since 3.12.0 write access on the containers filesystem results in AccessDeniedException
Since 3.12.0 write access in container build results in AccessDeniedException
Jul 3, 2024
HerrDerb
changed the title
Since 3.12.0 write access in container build results in AccessDeniedException
Since 3.12.0 write access during container build IT tests results in AccessDeniedException
Jul 3, 2024
HerrDerb
changed the title
Since 3.12.0 write access during container build IT tests results in AccessDeniedException
Since 3.12.0 filesystem write access during container build IT tests results in AccessDeniedException
Jul 3, 2024
This is really weird. From
where those |
Maybe we should only do call |
gsmet
added a commit
that referenced
this issue
Jul 9, 2024
Don't always set the user parameter when starting container in tests
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jul 9, 2024
Fixes: quarkusio#41659 (cherry picked from commit a0c7c69)
Thank you 🙂👍 |
🙏🏼 |
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have an application that creates dirs and writes files to the file system. In production, this directory is mounted. During test we used to write directly into the container.
With the update to 3.12.0 this seem not to be possible anymore as we get a AccessDeniedException: java.nio.file.AccessDeniedException: /home/jboss/myDir
Expected behavior
No change. Writing to the filesystem during a containerized test should still be possible
How to Reproduce?
https://github.com/HerrDerb/quarkus-issue/tree/container-write
./mvnw verify -Dquarkus.container-image.build=true -DskipITs=false
when running with 3.12.0 the IT test will fail -> see target/quarkus.log
when run with 3.11.3 the IT test will succeed
The text was updated successfully, but these errors were encountered: