mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Automatically detect debian version
This commit is contained in:
parent
1f350b34f9
commit
1ef6c55491
4 changed files with 8 additions and 9 deletions
|
|
@ -3,7 +3,8 @@ set -xeuo pipefail
|
|||
IFS=$'\n\t'
|
||||
|
||||
POSTGRES_VERSION=${1:-12}
|
||||
DEBIAN_VERSION=${2:-buster}
|
||||
DEBIAN_VERSION=$(lsb_release -c -s)
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Uninstall the system client so that we don't have multiple versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue