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

Default Image not getting shown #242

Closed
ComiR opened this issue Oct 19, 2017 · 1 comment
Closed

Default Image not getting shown #242

ComiR opened this issue Oct 19, 2017 · 1 comment

Comments

@ComiR
Copy link
Contributor

ComiR commented Oct 19, 2017

After trying with a modified version of the default template (see #241), I just used the default template to build an Image. It did work as docker image ls shows me nameless_image latest 65d13974819a 18 minutes ago 925MB, but in abstruse the Image doesn't show.

If I build again, I just get redirected to the (empty) Build Images list (since the Image was already built).

@jkuri
Copy link
Contributor

jkuri commented Oct 19, 2017

Hi @ComiR. thank you for your report and helping us make abstruse better.
I also noticed in some cases that image that has just being built is not showing in the image list.
It looks like image doesn't get written to the database.
It would be really helpful if you can check if the image and correlated files were stored in the abstruse config directory:

-rw-r--r--   1 jan  staff  106496 Oct 18 19:22 abstruse.sqlite
drwxr-xr-x   3 jan  staff      96 Oct 18 19:16 avatars
drwxr-xr-x   3 jan  staff      96 Oct 18 19:18 cache
-rw-r--r--   1 jan  staff     467 Oct 18 19:17 config.json
drwxr-xr-x  11 jan  staff     352 Oct 18 19:16 docker-essential
drwxr-xr-x   2 jan  staff      64 Oct 18 17:21 images
-rw-r--r--   1 jan  staff    3243 Oct 18 17:21 rsa.key
-rw-r--r--   1 jan  staff     814 Oct 18 17:21 rsa.pub

image should be under images/ folder. Can you please check so we can fix that asap? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants