Closed itiligent closed 2 years ago
As mentioned in https://forum.greenbone.net/t/latest-docker-22-4-worked-great-last-week-now-is-suddenly-unstable-and-broken/12941 your issue doesn't seem to be related to the recent changes in the docker images.
Also I do not get the relation between a possible missing docker-compose installation and the SMB credential scanning.
Edit: The recent changes are only relevant to the syncing of the feed content.
Also I didn't close your issue because it is invalid. I wanted to get to discussion to https://forum.greenbone.net/t/latest-docker-22-4-worked-great-last-week-now-is-suddenly-unstable-and-broken/12941 as this is not the correct place to discuss the issue.
There is great deal of miscommunication here I think.
There is definitely an issue with the credentials scanning which I’m trying to highlight. Version 22.04 on docker has recently become broken, this is a fact that I can replicate over and over. I am trying to report this and seek help.
The other matter of the docker compose dependency is a separate issue that I raised, that I suggested is unrelated. I’m also trying to raise that as a second issue with you. – again, it’s a fact and easily replicated.
Somehow these to items have become conflated.
My main concern right now is that credentials scanning become broken some time this week. What do and where to get help? Are you interesting in knowing more about my testing?
From: Jaspar S. @.> Sent: Friday, 2 September 2022 12:49 AM To: greenbone/greenbone-container-images @.> Cc: David Harrop @.>; Author @.> Subject: Re: [greenbone/greenbone-container-images] Docker & GVM 22.4 on Ubuntu 22.4: Community install script is broken. (credential scanning now not working but last week it did)) (Issue #2)
As mentioned in https://forum.greenbone.net/t/latest-docker-22-4-worked-great-last-week-now-is-suddenly-unstable-and-broken/12941 your issue doesn't seem to be related to the recent changes in the docker images.
Also I do not get the relation between a possible missing docker-compose installation and the SMB credential scanning.
— Reply to this email directly, view it on GitHubhttps://github.com/greenbone/greenbone-container-images/issues/2#issuecomment-1234388333, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWTGATDHSGIN4X4HBC6UZ5LV4C663ANCNFSM6AAAAAAQCLV5FQ. You are receiving this because you authored the thread.Message ID: @.**@.>>
I meant what I said about easy to reproduce. All I am doing here is playing back to you what is on your website.
To reproduce Docker issue is as follows:
On fresh Ubuntu 22.04
sudo apt-get update && sudo apt-get install curl docker.io python3 python3-pip -y python3 -m pip install --user docker-compose
curl -f -O https://greenbone.github.io/docs/latest/_static/setup-and-start-greenbone-community-edition.sh \ && chmod u+x setup-and-start-greenbone-community-edition.sh \ && ./setup-and-start-greenbone-community-edition.sh 22.4
@.***:~$ curl -f -O https://greenbone.github.io/docs/latest/_static/setup-and-start-greenbone-community-edition.sh \
&& chmod u+x setup-and-start-greenbone-community-edition.sh \ && ./setup-and-start-greenbone-community-edition.sh 22.4 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2391 100 2391 0 0 6993 0 --:--:-- --:--:-- --:--:-- 7011 docker-compose is not available. See https://greenbone.github.io/docs/latest/22.4/container/#prerequisites. @.***:~$
If I install docker compose from apt – i.e. sudo apt install docker-compose then the script completes and it installs even the Debian version is is incorrect.
From: Jaspar S. @.> Sent: Friday, 2 September 2022 1:31 AM To: greenbone/greenbone-container-images @.> Cc: David Harrop @.>; Author @.> Subject: Re: [greenbone/greenbone-container-images] Docker & GVM 22.4 on Ubuntu 22.4: Community install script is broken. (credential scanning now not working but last week it did)) (Issue #2)
— Reply to this email directly, view it on GitHubhttps://github.com/greenbone/greenbone-container-images/issues/2#issuecomment-1234443734, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWTGATHWTP5H5VXS4CEKGM3V4DD2PANCNFSM6AAAAAAQCLV5FQ. You are receiving this because you authored the thread.Message ID: @.**@.>>
I am closing this issue here. This is not the right place for discussion these issues. This repo is only about the additional container images not the Greenbone Community Containers as a whole. Please let us use https://forum.greenbone.net/t/latest-docker-22-4-worked-great-last-week-now-is-suddenly-unstable-and-broken/12941 now.
Issue #1 appears to be quite prematurely closed and the response does not refelect the observations I'm trying to report.
If you follow the script on the community page EXACTLY as docmenterd (on Ubuntu 22.04) a missing docker compose dependency is still reported – EVEN THOUOUGH THE PIP version of docker compose IS installed. Thus the respose given around version requirements in issue #1 seems incorrect. Does this have any bearing on SMB credential scanning anyway? Everytghing else in scanning seems to work, just not credentials. In the rush to close things out I dont think both of these points havbe been teased out.
Its easy to reproduce. The script will not allow the installation to progress without also adding apt install docker compose - so what to do?