CAPAUT-328 docker creation for sonarqube with oidc plugin #1
Reference in New Issue
Block a user
Delete Branch "feature/CAPAUT-328"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If curl or wget is not present in the parent sonar image just use apt to install it. It is very likly that the image is based on an Debian derivat
fixed
You can pass there versions as docker build arg so there will be no static value within the docker file. This enables the possibility to set the version on pipeline level. But then the build call on pipeline/action is not generic anymore(or you spent effort to set vars in a generic way on the pipeline)
Other possibilities is to use latest. On parent image not a problem but maybe there is no latest/current link on plugin URL. Depends how the plugin is published on FTP server. Maybe you can quickly check that
Ok, it's a gitlab download. The forget my request. To complicated 😆
you are talking about the sonarqube and plugin version ?
where should the versions be defined ? in the gitea properties ? isn#t that more invisible than updating the docker file itself if needed ?