-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update Docker on build container #4468
Comments
Hi, Asked many times before, you can't. They said, they will push docker 18+ this month. But i didn't get updates by mail (ups, they don't do that neither). Check their blog for updates. P.S. Blog is working with https, but docs.shippable.com only http (people, it's 2018, https is default today) ;) |
@ric03uec can you please follow up on the Docker version question? @nmarjanovic @nathanaherne we publish release notes for each release at https://github.com/Shippable/admiral/tree/master/releaseNotes We’re working on a way to let customers subscribe to them so they can get automatic updates. |
we're working on adding support for current stable docker version (18.03.x). i'll post and update on this thread once we have a specific timeline for it. |
Just to put a rough ETA on this, we expect to launch Docker 18 support in the first week of August. |
Duplicate of #4398. Closing. |
Description of your issue:
Docker build fails with the message Unknown Flag: chown, which is the result of having this line in the Dockerfile
COPY --chown=node
If I could change the Dockerfile to separate the COPY and chown commands I would do this but the Dockerfile I am running comes from a gitub repository.
I have tried to solve this by upgrading Docker on the build image running the following commands:
The install of Docker fails with the error
I am sure there must be a way to update Docker on the shippable build image but I have been unable to find out how by Googling.
The text was updated successfully, but these errors were encountered: