Closed mehran-prs closed 2 years ago
Hi @donny-dont
It seems this PR is stuck on continuous-integration/drone/pr
check!
@mehran-prs the docker files for amd64 and arm64 need to be updated - they are trying to use the nodejs-npm
package that no longer exists - https://superuser.com/questions/1125969/how-to-install-npm-in-alpine-linux
Thanks, @d1wilko In addition to arm64 and amd64, I updated arm as well, but if needed I can change it to the previous version.
@donny-dont thanks for merging the PR. The Docker image on the Docker hub is not updated yet!
@d1wilko the Image on the docker hub is not updated yet, do you need to trigger something manually?
@mehran-prs fixed
Some private npm registries (like GitLab) have not implemented the
whoami
endpoint, so we can't use this plugin with them. This PR adds an option to allow skip thewhoami
command.