You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
Was about to add thispre-receive hook to my repository in gitea in order to block non-signed commits. However it failed and I found out the gnupg package wasnt included in the docker build.
Now this does not come without a cost of course to install the gnupg package costs us 54MB which is quite a lot considering the whole gitea image weighs in at just shy of ~75MB.
So I mainly started this issue to discuss if it would be:
Possible to have gnupg package added to Dockerfile?
If not are there other creative solutions/alternative libraries to circumvent this "limitation"?
.. Or should I simply just manually install it and call it a day?
Kindly,
sphrak
The text was updated successfully, but these errors were encountered:
Hello everyone,
Was about to add this
pre-receive
hook to my repository in gitea in order to block non-signed commits. However it failed and I found out the gnupg package wasnt included in the docker build.Now this does not come without a cost of course to install the gnupg package costs us
54MB
which is quite a lot considering the whole gitea image weighs in at just shy of ~75MB
.So I mainly started this issue to discuss if it would be:
gnupg
package added to Dockerfile?.. Or should I simply just manually install it and call it a day?
Kindly,
sphrak
The text was updated successfully, but these errors were encountered: