docs: update stable version
This commit is contained in:
@@ -135,8 +135,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis
|
|||||||
Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
|
Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull jkaninda/pg-bkup:v1.0
|
docker pull jkaninda/pg-bkup:v1.2.0
|
||||||
docker pull ghcr.io/jkaninda/pg-bkup:v1.0
|
docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.
|
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ ENV SSH_HOST_NAME=""
|
|||||||
ENV SSH_IDENTIFY_FILE=""
|
ENV SSH_IDENTIFY_FILE=""
|
||||||
ENV SSH_PORT="22"
|
ENV SSH_PORT="22"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ENV VERSION="v1.0"
|
ENV VERSION="v1.2.0"
|
||||||
ARG WORKDIR="/app"
|
ARG WORKDIR="/app"
|
||||||
ARG BACKUPDIR="/backup"
|
ARG BACKUPDIR="/backup"
|
||||||
ARG BACKUP_TMP_DIR="/tmp/backup"
|
ARG BACKUP_TMP_DIR="/tmp/backup"
|
||||||
|
|||||||
@@ -81,8 +81,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis
|
|||||||
Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
|
Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull jkaninda/pg-bkup:v1.0
|
docker pull jkaninda/pg-bkup:v1.2.0
|
||||||
docker pull ghcr.io/jkaninda/pg-bkup:v1.0
|
docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.
|
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.
|
||||||
|
|||||||
Reference in New Issue
Block a user