Skip to content

Commit

Permalink
10.4 and sonar bsl plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daabramov committed Jun 5, 2024
1 parent 9094e3a commit d6c63c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM sonarqube:10.3-community
FROM sonarqube:10.4-community

ARG RUSSIAN_PACK=10.3
ARG BRANCH_PLUGIN_VERSION=1.18.0
ARG BSL_PLUGIN_VERSION=1.13.0
ARG BRANCH_PLUGIN_VERSION=1.19.0
ARG BSL_PLUGIN_VERSION=1.14.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

env:
SONAR_VERSION: "10.3-community"
SONAR_VERSION: "10.4-community"

jobs:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Dockerfile и docker compose для Sonarqube 10 под 1C-Enterprise

## Версии плагинов

sonar-bsl-plugin-community - 1.13.0
sonar-bsl-plugin-community - 1.14.0

sonarqube-community-branch-plugin - 1.18.0

Expand All @@ -34,9 +34,9 @@ sonar-l10n-ru - 10.3
1. Соберите свой докерфайл на основании текущего
В шапке докерфайла можно указать необходимые вам версии sonarqube и плагинов.
1. Соберите образ из вашего докерфайла на основании текущего.
```docker image build -t mysonarimage -f .\10.3-community.Dockerfile .```
```docker image build -t mysonarimage -f .\10.4-community.Dockerfile .```
1. В docker-compose.yml заменить
```image: daabramov/sonarfor1c:10.3-community``` на ```image: mysonarimage```
```image: daabramov/sonarfor1c:10.4-community``` на ```image: mysonarimage```
1. Запускаем через компоуз
```docker-compose up -d```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- postgresql_data:/var/lib/postgresql/data
sonar:
restart: always
image: daabramov/sonarfor1c:10.3-community
image: daabramov/sonarfor1c:10.4-community
ports:
- "32772:9000"
depends_on:
Expand Down

0 comments on commit d6c63c1

Please sign in to comment.