feat: add ubuntu 24.04 and sonar-scanner-cli baseimages for nstart local registry
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
ARG BASE_REPO="repo.nstart.local/sonarsource/"
|
||||
ARG BASE_TAG="12.1"
|
||||
|
||||
FROM ${BASE_REPO}sonar-scanner-cli:${BASE_TAG}
|
||||
|
||||
COPY amazonlinux/amazon.repo /etc/yum.repos.d/
|
||||
|
||||
COPY ca/nstart.local.crt /certificates/
|
||||
ENV USE_SYSTEM_CA_CERTS=1
|
||||
Reference in New Issue
Block a user