Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Docker Hub doesn't support build stages yet #168

Merged
merged 1 commit into from Aug 10, 2017
Merged

Conversation

prymitive
Copy link
Contributor

@terinjokes
Copy link

@prymitive I don't believe so. The issue isn't the FROM as syntax, but the version of Docker EE they're running simply not supporting the feature yet.

@prymitive
Copy link
Contributor Author

yeah, sad panda, I'll write a horrible dockerfile for now, to get builds back, and will work on build stages on travis to get docker images pushed from there, seem doable - https://docs.travis-ci.com/user/docker/

@prymitive prymitive changed the title Docker Hub doesn't suppose 'FROM ... as ...' yet Docker Hub doesn't support build stages yet Aug 10, 2017
@prymitive
Copy link
Contributor Author

prymitive commented Aug 10, 2017

Can we get this back on until Docker Hub deploys a new version of docker-ee?

Also: it seems that there's even tinier image we can use for second stage - https://hub.docker.com/_/scratch/
And using that gives me a working docker image with:

$ docker images
REPOSITORY          TAG                       IMAGE ID            CREATED             SIZE
unsee               v0.7.2-111-gf3f13ba-dev   cbc0c58f8e15        31 seconds ago      18.5MB

@prymitive prymitive merged commit add00da into master Aug 10, 2017
@prymitive prymitive deleted the fix-docker-hub branch August 10, 2017 22:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants