Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
246 stars 91 forks source link

[Bug] Docker Hub image not building #226

Closed pixelsquared closed 3 years ago

pixelsquared commented 3 years ago

Describe the bug The Docker Hub's build system does not support git submodules.

Expected behavior The image is build automatically and available on docker hub.

Additional context I suggest using Github actions to build the image.

Dexus commented 3 years ago

@pixelsquared @austinsonger it looks like the environments are not set to auth against hub.docker.com the release the workflow action is broken on that point.

Dexus commented 3 years ago

https://github.com/Secure-Compliance-Solutions-LLC/GVM-Docker/actions/runs/1053194763

pixelsquared commented 3 years ago

@Dexus I am working on fixing now.

Dexus commented 3 years ago

Thank you @pixelsquared

Dexus commented 3 years ago

We only need the username from one of the company members and a Token, what is the difficulty here?

austinsonger commented 3 years ago

@Dexus We added the credentials. But each account is limited to 1 token per account under the free tier so we are creating another account to resolve this.