From bb16585e34c17636eef01fe88120ca872bd65f23 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Thu, 10 Oct 2024 00:23:55 +0300 Subject: [PATCH] bump version to 0.0.3 --- build-scripts/image-base.sh | 2 +- build-scripts/image-deps.sh | 2 +- build-scripts/image.sh | 2 +- doc/examples/basic/Dockerfile | 2 +- doc/examples/basic/README.md | 2 +- doc/examples/config-template/README.md | 2 +- doc/examples/config-template/docker-compose.yml | 2 +- doc/examples/njs/Dockerfile | 2 +- doc/examples/njs/README.md | 2 +- doc/examples/perl/Dockerfile | 2 +- doc/examples/perl/README.md | 2 +- doc/examples/ssl/Dockerfile | 2 +- doc/examples/ssl/README.md | 2 +- doc/examples/static-template/Dockerfile | 2 +- doc/examples/static-template/README.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build-scripts/image-base.sh b/build-scripts/image-base.sh index 20b21fd..227d419 100755 --- a/build-scripts/image-base.sh +++ b/build-scripts/image-base.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.2}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/build-scripts/image-deps.sh b/build-scripts/image-deps.sh index 3336bf9..8106275 100755 --- a/build-scripts/image-deps.sh +++ b/build-scripts/image-deps.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.2}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/build-scripts/image.sh b/build-scripts/image.sh index b649544..79c7a88 100755 --- a/build-scripts/image.sh +++ b/build-scripts/image.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.2}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/doc/examples/basic/Dockerfile b/doc/examples/basic/Dockerfile index e7a5eef..7e74ce4 100644 --- a/doc/examples/basic/Dockerfile +++ b/doc/examples/basic/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/basic/README.md b/doc/examples/basic/README.md index 8995246..8dd1c58 100644 --- a/doc/examples/basic/README.md +++ b/doc/examples/basic/README.md @@ -11,7 +11,7 @@ server { Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/ diff --git a/doc/examples/config-template/README.md b/doc/examples/config-template/README.md index e236808..7cad1c2 100644 --- a/doc/examples/config-template/README.md +++ b/doc/examples/config-template/README.md @@ -58,7 +58,7 @@ services: my-cache: container_name: my-cache - image: docker.io/rockdrilla/angie-conv:v0.0.2 + image: docker.io/rockdrilla/angie-conv:v0.0.3 restart: always privileged: true stop_grace_period: 15s diff --git a/doc/examples/config-template/docker-compose.yml b/doc/examples/config-template/docker-compose.yml index 7798e34..1700109 100644 --- a/doc/examples/config-template/docker-compose.yml +++ b/doc/examples/config-template/docker-compose.yml @@ -4,7 +4,7 @@ services: my-cache: container_name: my-cache - image: docker.io/rockdrilla/angie-conv:v0.0.2 + image: docker.io/rockdrilla/angie-conv:v0.0.3 restart: always privileged: true stop_grace_period: 15s diff --git a/doc/examples/njs/Dockerfile b/doc/examples/njs/Dockerfile index d2d7775..2579df8 100644 --- a/doc/examples/njs/Dockerfile +++ b/doc/examples/njs/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/njs/README.md b/doc/examples/njs/README.md index 7b5961a..48cd2f5 100644 --- a/doc/examples/njs/README.md +++ b/doc/examples/njs/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 COPY /site/ /etc/angie/site/ diff --git a/doc/examples/perl/Dockerfile b/doc/examples/perl/Dockerfile index b7c2338..de241b8 100644 --- a/doc/examples/perl/Dockerfile +++ b/doc/examples/perl/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/perl/README.md b/doc/examples/perl/README.md index d0e5d68..d117d20 100644 --- a/doc/examples/perl/README.md +++ b/doc/examples/perl/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 COPY /site/ /etc/angie/site/ diff --git a/doc/examples/ssl/Dockerfile b/doc/examples/ssl/Dockerfile index bfb3b1b..32e579e 100644 --- a/doc/examples/ssl/Dockerfile +++ b/doc/examples/ssl/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/ssl/README.md b/doc/examples/ssl/README.md index 77bd17e..f543788 100644 --- a/doc/examples/ssl/README.md +++ b/doc/examples/ssl/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/ diff --git a/doc/examples/static-template/Dockerfile b/doc/examples/static-template/Dockerfile index 6e757f2..b6eb41d 100644 --- a/doc/examples/static-template/Dockerfile +++ b/doc/examples/static-template/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/static-template/README.md b/doc/examples/static-template/README.md index 4ffe6a0..e03d35e 100644 --- a/doc/examples/static-template/README.md +++ b/doc/examples/static-template/README.md @@ -13,7 +13,7 @@ server { Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.2 +FROM docker.io/rockdrilla/angie-conv:v0.0.3 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/