You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Update Debian user guide to build on Ubuntu 20.04.
Ubuntu 18.04 will be EOL at the end of the month so update to a newer version.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<variable key="os-type-is-rhel">'{[os-type]}' eq '{[os-rhel]}'</variable>
|
||||
|
||||
<!-- Defines the container image that will be used to build the host -->
|
||||
<variable key="os-image" if="{[os-type-is-debian]}">ubuntu:18.04</variable>
|
||||
<variable key="os-image" if="{[os-type-is-debian]}">ubuntu:20.04</variable>
|
||||
<variable key="os-image" if="{[os-type-is-rhel]}">rockylinux/rockylinux:8</variable>
|
||||
|
||||
<variable key="user-guide-subtitle" if="{[os-type-is-debian]}">{[os-debian-title]}</variable>
|
||||
|
||||
Reference in New Issue
Block a user