colinskow / angular-electron-dream-starter

:tada: An Angular Electron Starter kit featuring Webpack, Angular 4 (Router, Http, Forms, Services, ngrx, Tests, E2E, Coverage), Karma, Spectron, Jasmine, Istanbul, and TypeScript
MIT License
162 stars 54 forks source link

Packaging for linux cannot fetch appimage-9.0.1 #30

Closed m00s closed 6 years ago

m00s commented 6 years ago
Packaging for linux x64 using electron 1.7.9 to packages/linux-unpacked
Building AppImage for arch x64
Building Snap for arch x64
Unable to find image 'electronuserland/builder:latest' locally
Downloading appimage-9.0.1, please wait
docker: Error response from daemon: Get https://registry-1.docker.io/v2/electronuserland/builder/manifests/latest: unauthorized: incorrect username or password.
See 'docker run --help'.
Error: docker exited with code 125
at ...
colinskow commented 6 years ago

This bug should be filed with electron-builder instead. Generally building for a different OS than you are running is difficult. You may try installing a Linux VirtualBox to build instead.

m00s commented 6 years ago

@colinskow sounds good, thanks. For anyone having this issue I just login in docker cli using my username instead of the email.