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

Fix docker build on BTRFS #255

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Fix docker build on BTRFS #255

merged 1 commit into from
Mar 4, 2024

Conversation

9SMTM6
Copy link
Contributor

@9SMTM6 9SMTM6 commented Mar 4, 2024

when running ./mvnw clean install -PbuildDocker -Dmaven.test.skip=true in my system which uses BTRFS and Docker version 25.0.3, build 4debf411d1, the docker build process thats happening under the hood fails with the root cause layer does not exist.

A bit of search led me to this fix, and with this issue i think I found the root reason why this fails just for me.

This MR changes the dockerfile so that it also works on my machine.

Copy link

sonarcloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@arey arey added the bug label Mar 4, 2024
@arey
Copy link
Member

arey commented Mar 4, 2024

Thanks @9SMTM6 for this pull request
I've got a similar issue at my work on an NTFS filesystem.

@arey arey merged commit 935bd51 into spring-petclinic:main Mar 4, 2024
2 checks passed
DavidMolta18 pushed a commit to Distribuidos2024/spring-petclinic-microservices that referenced this pull request Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants