Skip to content
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

Docker hub does not contain any image #9653

Closed
nim65s opened this issue May 8, 2019 · 3 comments
Closed

Docker hub does not contain any image #9653

nim65s opened this issue May 8, 2019 · 3 comments
Assignees
Labels
A-Packaging Packaging, signing, releasing T-Defect Z-Upstream

Comments

@nim65s
Copy link

nim65s commented May 8, 2019

Hi,

Even if in #9606, @turt2live said:

We now have a Docker image autobuilding for releases and master

and if in the main readme we can find:

The easiest way to use it is to use the prebuilt image:
docker run -p 80:80 vectorim/riot-web

https://hub.docker.com/r/vectorim/riot-web/tags is empty, so I think autobuilding is failing, and that nobody ever pushed a working image.

@nim65s nim65s added the T-Defect label May 8, 2019
@turt2live turt2live self-assigned this May 8, 2019
@turt2live
Copy link
Member

The builds appear to be failing due to npm packages not being found. It also looks like npm is still recovering from some degradation of service, which might be related.

@turt2live
Copy link
Member

update on this: it's not npm's fault, it's docker hub's. Their constrained systems can't download our dependencies fast enough, so the build/network times out. Fix is to probably build our images in Buildkite and publish manually, which is much harder.

For the 1.1.0 release, I'll manually build and publish :latest and version-1.1.0.

@turt2live
Copy link
Member

I've pushed builds manually for now - please open an issue if they don't work or can't be found.

@jryans jryans added the A-Packaging Packaging, signing, releasing label Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Packaging Packaging, signing, releasing T-Defect Z-Upstream
Projects
None yet
Development

No branches or pull requests

3 participants