Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/sonarqube] Release 10.3.0-debian-11-r2 #53613

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bitnami/sonarqube/10/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-11-25T09:44:25Z" \
org.opencontainers.image.created="2023-12-02T07:48:06Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.3.0-debian-11-r1" \
org.opencontainers.image.ref.name="10.3.0-debian-11-r2" \
org.opencontainers.image.title="sonarqube" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="10.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

script=$1
exit_code="${2:-96}"
fail_if_not_present="${3:-n}"
fail_if_not_present="${3:-y}"

if test -f "$script"; then
sh $script
Expand Down
12 changes: 6 additions & 6 deletions bitnami/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

## Why use Bitnami Images?

- Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
- With Bitnami images the latest bug fixes and features are available as soon as possible.
- Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
- All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
- All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
- Bitnami container images are released on a regular basis with the latest distribution packages available.
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [**minideb**](https://github.com/bitnami/minideb) -a minimalist Debian based container image that gives you a small base container image and the familiarity of a leading Linux distribution- or **scratch** -an explicitly empty image-.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released on a regular basis with the latest distribution packages available.

Looking to use SonarQube™ in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.

Expand Down Expand Up @@ -192,7 +192,7 @@

When you start the SonarQube™ image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. If you want to add a new environment variable:

- For docker-compose add the variable name and value under the application section in the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/sonarqube/docker-compose.yml) file present in this repository:

Check warning on line 195 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

```yaml
sonarqube:
Expand All @@ -202,7 +202,7 @@
...
```

- For manual execution add a `--env` option with each variable and value:

Check warning on line 205 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

```console
$ docker run -d --name sonarqube -p 80:8080 -p 443:8443 \
Expand All @@ -216,14 +216,14 @@

#### User and Site configuration

- `SONARQUBE_USERNAME`: SonarQube™ application username. Default: **admin**

Check warning on line 219 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_PASSWORD`: SonarQube™ application password. Default: **bitnami**

Check warning on line 220 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_EMAIL`: SonarQube™ application email. Default: **user@example.com**

Check warning on line 221 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_SKIP_BOOTSTRAP`: Whether to skip performing the initial bootstrapping for the application. This is necessary in case you use a database that already has SonarQube™ data. Default: **no**

Check warning on line 222 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_PORT_NUMBER`: SonarQube™ Web application port number. Default: **9000**

Check warning on line 223 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_ELASTICSEARCH_PORT_NUMBER`: SonarQube™ Elasticsearch application port number. Default: **9001**

Check warning on line 224 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_WEB_CONTEXT`: SonarQube™ prefix used to access to the application. Default: **/**

Check warning on line 225 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_MAX_HEAP_SIZE`: Maximum heap size for SonarQube™ services (CE, Search and Web). No defaults.

Check warning on line 226 in bitnami/sonarqube/README.md

View workflow job for this annotation

GitHub Actions / markdown-linter

MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
- `SONARQUBE_MIN_HEAP_SIZE`: Minimum heap size for SonarQube™ services (CE, Search and Web). No defaults.
- `SONARQUBE_CE_JAVA_ADD_OPTS`: Additional Java options for Compute Engine. No defaults.
- `SONARQUBE_ELASTICSEARCH_JAVA_ADD_OPTS`: Additional Java options for Elasticsearch. No defaults.
Expand Down
Loading