Skip to content

Rename service name laravel.test to laravel-test to fix bake issues #800

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

Draft
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

furai
Copy link

@furai furai commented Jun 9, 2025

This fixes issues with docker compose and bake. #786

Docker changed the default way of building images. By default they're going to use now docker buildx bake to do so.

Apparently this causes issues when service name contains . character in it. I'm going to draft this PR as I'm not convinced this change is actually necessary and it might be just a bug in docker compose + bake integration. I'll open issue with them.

I did a lot of digging around the docker code and it seems that bake really shouldn't be returning -.json:10,5-19: Invalid name; only "[a-zA-Z0-9_-]+" are allowed.

Copy link

github-actions bot commented Jun 9, 2025

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

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.

1 participant