Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Felipe Cruz Martinez 1b7501f2ad
Fix CVEs using Docker Scout (#109)
* Fix CVEs using Docker Scout

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

* Fix unit tests

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

---------

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>
2023-06-06 12:23:54 +02:00
Felipe Cruz Martinez 140661c5c8
Set `com.docker.extension.categories` and fix vulnerabilities (#99)
* Set com.docker.extension.categories

* Trigger CI

* Fix vulnerabilities and upgrade base image to Go 1.19
2022-11-23 13:26:15 +01:00
Felipe Cruz Martinez 73324b9ef0
Fix new vulnerabilities (#66) 2022-09-13 09:42:05 +02:00
Felipe Cruz Martinez 66b768117a
Pass auth in body instead of in the req headers (#44)
* Pass auth in body instead of in the req headers

* Check for the right error msg

* Remove unnecessary images to pull

* Ensure image is present before creating the container
2022-08-23 16:08:16 +02:00
Felipe Cruz Martinez 5fcc669c57
Implement push volume to registry (#29)
* Implement push volume to registry

* Fix Dockerfile linter errors

* Renaming volumeName to context.store.volume.volumeName

* Fix vulnerabilities in volume share client Go pkgs

* Build volume share client only once

* Fix npipe error in volume share client on Windows

* Upgrade golang.org/x/text to v0.3.7

* Share volume to registry working on Windows

* Remove unnecessary socket pkg

* Add tests around pushing volumes with and without auth

* Change extensions socket path to user home dir

* Pass extension install dir as a flag

* Update GHA workflow to add EXTENSION_INSTALL_DIR_NAME build-arg

* Use safe extension dir name
2022-08-12 10:16:31 +02:00