[GH-ISSUE #337] Problem updating docker image installation #217

Closed
opened 2026-02-27 15:57:50 +03:00 by kerem · 4 comments
Owner

Originally created by @lord-kyron on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/337

@catborise @Real-Gecko - since several last releases, I found out that the .git folder is missing when I make a docker installation.
I am unable to update existing docker installation, so to implement every new feature I must re-compile and re-create the whole docker image again.
Can you please check when is wrong and missing and fix that?
Thanks!

Originally created by @lord-kyron on GitHub (Jun 29, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/337 @catborise @Real-Gecko - since several last releases, I found out that the `.git` folder is missing when I make a docker installation. I am unable to update existing docker installation, so to implement every new feature I must re-compile and re-create the whole docker image again. Can you please check when is wrong and missing and fix that? Thanks!
kerem closed this issue 2026-02-27 15:57:50 +03:00
Author
Owner

@catborise commented on GitHub (Jun 29, 2020):

.git folder is not needed to update container...
check with "git status" if there is a file which was edited. if it is, it gives error to update.

you can build a new one. copy old db.sqlite3 file, it will work.

<!-- gh-comment-id:650988134 --> @catborise commented on GitHub (Jun 29, 2020): .git folder is not needed to update container... check with "git status" if there is a file which was edited. if it is, it gives error to update. you can build a new one. copy old db.sqlite3 file, it will work.
Author
Owner

@lord-kyron commented on GitHub (Jun 30, 2020):

I am using fresh install without modifications and I am getting this when I activate the venv and try to execute git command (no matter if git pull or git status):

# source venv/bin/activate
(venv) root@bcfc8101bb6b:/srv/webvirtcloud# git status
fatal: not a git repository (or any of the parent directories): .git
<!-- gh-comment-id:651748657 --> @lord-kyron commented on GitHub (Jun 30, 2020): I am using fresh install without modifications and I am getting this when I activate the venv and try to execute git command (no matter if git pull or git status): ``` # source venv/bin/activate (venv) root@bcfc8101bb6b:/srv/webvirtcloud# git status fatal: not a git repository (or any of the parent directories): .git ```
Author
Owner

@catborise commented on GitHub (Jun 30, 2020):

@lord-kyron if you want to add existing .git directories
before build you can remove ".dockerignore"
docker ignore file prevents to copy some files to container.

<!-- gh-comment-id:651759480 --> @catborise commented on GitHub (Jun 30, 2020): @lord-kyron if you want to add existing .git directories before build you can remove ".dockerignore" docker ignore file prevents to copy some files to container.
Author
Owner

@lord-kyron commented on GitHub (Jun 30, 2020):

Yes, I was thinking of this. Ok will try and give you feedback.

<!-- gh-comment-id:652034829 --> @lord-kyron commented on GitHub (Jun 30, 2020): Yes, I was thinking of this. Ok will try and give you feedback.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#217
No description provided.