bump version to 0.0.6
This commit is contained in:
parent
086b6c4ccd
commit
1fd4118cc8
@ -2,7 +2,7 @@
|
|||||||
set -ef
|
set -ef
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.5}"
|
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.6}"
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
set -ef
|
set -ef
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.5}"
|
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.6}"
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
set -ef
|
set -ef
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.5}"
|
IMAGE_VERSION="${IMAGE_VERSION:-v0.0.6}"
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
angie-conv-example-basic:
|
angie-conv-example-basic:
|
||||||
container_name: angie-conv-example-basic
|
container_name: angie-conv-example-basic
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
environment:
|
environment:
|
||||||
NGX_HTTP_NO_PROXY: 1
|
NGX_HTTP_NO_PROXY: 1
|
||||||
ports:
|
ports:
|
||||||
|
@ -58,7 +58,7 @@ services:
|
|||||||
|
|
||||||
my-cache:
|
my-cache:
|
||||||
container_name: my-cache
|
container_name: my-cache
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
stop_grace_period: 15s
|
stop_grace_period: 15s
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
my-cache:
|
my-cache:
|
||||||
container_name: my-cache
|
container_name: my-cache
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
stop_grace_period: 15s
|
stop_grace_period: 15s
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /j2cfg/ /etc/angie/j2cfg/
|
COPY /j2cfg/ /etc/angie/j2cfg/
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
angie-conv-example-cfg-override:
|
angie-conv-example-cfg-override:
|
||||||
container_name: angie-conv-example-cfg-override
|
container_name: angie-conv-example-cfg-override
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
environment:
|
environment:
|
||||||
NGX_HTTP_MODULES: 'gzip brotli zstd'
|
NGX_HTTP_MODULES: 'gzip brotli zstd'
|
||||||
ports:
|
ports:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Dockerfile:
|
Dockerfile:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Dockerfile:
|
Dockerfile:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
angie-conv-example-ssl:
|
angie-conv-example-ssl:
|
||||||
container_name: angie-conv-example-ssl
|
container_name: angie-conv-example-ssl
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
environment:
|
environment:
|
||||||
NGX_HTTP_NO_PROXY: 1
|
NGX_HTTP_NO_PROXY: 1
|
||||||
NGX_HTTP_CONFLOAD: 'ssl v2'
|
NGX_HTTP_CONFLOAD: 'ssl v2'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
COPY /site/ /etc/angie/site/
|
COPY /site/ /etc/angie/site/
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
angie-conv-example-static-template:
|
angie-conv-example-static-template:
|
||||||
container_name: angie-conv-example-static-template
|
container_name: angie-conv-example-static-template
|
||||||
image: docker.io/rockdrilla/angie-conv:v0.0.5
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
||||||
environment:
|
environment:
|
||||||
NGX_HTTP_NO_PROXY: 1
|
NGX_HTTP_NO_PROXY: 1
|
||||||
NGX_PROCESS_STATIC: 1
|
NGX_PROCESS_STATIC: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user