You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker buildx bake
[+] Building 0.0s (0/0)
error: invalid service name "app2.4": only "[a-zA-Z0-9_-]+" are allowed
Version:
$ docker buildx version
github.com/docker/buildx v0.8.0 c8f7c1e93ffa9cfcf926cd3e6450af957f235b07
docker compose build will still build this service. as will bake from github.com/docker/buildx v0.7.1 05846896d149da05f3d6fd1e7770da187b52a247.
Mainly looking for advice, is this change intentional? Will it eventually apply to compose too?
The text was updated successfully, but these errors were encountered:
cinder-fish
changed the title
bake v.0.8.0 does not support compose services with dots
bake in v.0.8.0 does not support compose services with dots
Mar 17, 2022
E.g.
docker-compose.yml
Output:
Version:
docker compose build
will still build this service. as willbake
fromgithub.aaakk.us.kg/docker/buildx v0.7.1 05846896d149da05f3d6fd1e7770da187b52a247
.Mainly looking for advice, is this change intentional? Will it eventually apply to
compose
too?The text was updated successfully, but these errors were encountered: