Run update.sh
This commit is contained in:
parent
998630f6e4
commit
525a279011
|
|
@ -101,6 +101,8 @@ Debian is an operating system which is composed primarily of free and open-sourc
|
|||
|
||||
# About this image
|
||||
|
||||
The images in this repository are intended to be as minimal as possible (because of the immutable/layered nature of containers, it's much easier to add than it is to remove). More specifically, they're built from [the "minbase" variant](https://manpages.debian.org/stable/debootstrap/debootstrap.8.en.html#variant=minbase_buildd_fakechroot), which only installs "required" packages, and thus creates the smallest possible footprint that is still "Debian" (as defined/managed by [the Release and FTP teams](https://www.debian.org/intro/organization#distribution) within the project).
|
||||
|
||||
The `debian:latest` tag will always point the latest stable release. Stable releases are also tagged with their version (ie, `debian:11` is an alias for `debian:bullseye`, `debian:10` is an alias for `debian:buster`, etc).
|
||||
|
||||
The rolling tags (`debian:stable`, `debian:testing`, etc) use the rolling suite names in their `/etc/apt/sources.list` file (ie, `deb http://deb.debian.org/debian testing main`).
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ WARNING:
|
|||
|
||||
- [`2025.1.0-datacenter-search`, `2025.1-datacenter-search`, `2025-lta-datacenter-search`, `datacenter-search`](https://github.com/SonarSource/docker-sonarqube/blob/1edbd4a3f756a8b6eba3f039be62fd9c4862e9b9/2025.1/datacenter/search/Dockerfile)
|
||||
|
||||
- [`25.2.0.102705-community`, `community`, `latest`](https://github.com/SonarSource/docker-sonarqube/blob/339bb786d43dfba8bfdda1045e45225142d313bb/community-build/Dockerfile)
|
||||
- [`25.3.0.104237-community`, `community`, `latest`](https://github.com/SonarSource/docker-sonarqube/blob/65d32aee3047ae2d7bff433d278b5e1622134a37/community-build/Dockerfile)
|
||||
|
||||
- [`9.9.8-community`, `9.9-community`, `9-community`, `lts`, `lts-community`](https://github.com/SonarSource/docker-sonarqube/blob/1edbd4a3f756a8b6eba3f039be62fd9c4862e9b9/9/community/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue