-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[BUG] docker compose up
still have errors strconv.Atoi: parsing "": invalid syntax
#10162
Comments
Hi @yckaolalala, thanks for the report. Could you provide the output of |
I was able to reproduce with reported scenario The root cause is that the image we build are labelled with |
As a work-around, I add a label during my builds :
|
Ahhh I see the issue. @ndeloof do we want to do anything about this? I don't see any obvious changes to make, asides from introducing a new label when creating containers from |
We can distinguish containers ran by compose by the |
Description
in v2.15.1
docker compose up
still have errorsstrconv.Atoi: parsing "": invalid syntax
if build with docker-compose v1 or using docker build can fix it
Related issues:
#10004
Steps To Reproduce
configuration
FROM golang:1.19-alpine
step
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: