chore(portal): bump embedded release to 0.20.2 with translator-tools 0.1.1
Verify / verify (push) Canceled after 0s
Verify / verify (push) Canceled after 0s
This commit is contained in:
+2
-2
@@ -5,5 +5,5 @@ TRAEFIK_NETWORK=internal
|
|||||||
TRAEFIK_CERT_RESOLVER=netcup
|
TRAEFIK_CERT_RESOLVER=netcup
|
||||||
|
|
||||||
# Keep these two values paired when deploying a newer published toolbox release.
|
# Keep these two values paired when deploying a newer published toolbox release.
|
||||||
TOOLBOX_RELEASE_VERSION=0.20.0
|
TOOLBOX_RELEASE_VERSION=0.20.2
|
||||||
TOOLBOX_RELEASE_SHA256=450618902a1ee87405da463881e6f51f685691c2081259aff9c25a4aa6fe22ed
|
TOOLBOX_RELEASE_SHA256=66f02f95092ef80b9e49cda91c8401400e2ee1d2c640ab20a3a7810bf265c2c7
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ ARG NGINX_IMAGE=nginxinc/nginx-unprivileged:1.31.3-alpine@sha256:18d67281256ded3
|
|||||||
|
|
||||||
FROM ${NGINX_IMAGE} AS release
|
FROM ${NGINX_IMAGE} AS release
|
||||||
|
|
||||||
ARG TOOLBOX_RELEASE_VERSION=0.20.1
|
ARG TOOLBOX_RELEASE_VERSION=0.20.2
|
||||||
ARG TOOLBOX_RELEASE_SHA256=19d5c7f78d5b781abae0fbe05095899c21ba24adb43f9b4a2272c95a2e0a933c
|
ARG TOOLBOX_RELEASE_SHA256=66f02f95092ef80b9e49cda91c8401400e2ee1d2c640ab20a3a7810bf265c2c7
|
||||||
ARG TOOLBOX_RELEASE_BASE_URL=https://git.add-ideas.de/lotobo/toolbox-portal/releases/download
|
ARG TOOLBOX_RELEASE_BASE_URL=https://git.add-ideas.de/lotobo/toolbox-portal/releases/download
|
||||||
|
|
||||||
RUN set -eu; \
|
RUN set -eu; \
|
||||||
@@ -43,6 +43,7 @@ RUN set -eu; \
|
|||||||
test -f /tmp/toolbox/apps/diff/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/diff/toolbox-app.json; \
|
||||||
test -f /tmp/toolbox/apps/time/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/time/toolbox-app.json; \
|
||||||
test -f /tmp/toolbox/apps/text/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/text/toolbox-app.json; \
|
||||||
|
test -f /tmp/toolbox/apps/translator/toolbox-app.json; \
|
||||||
test -f /tmp/toolbox/apps/unicode/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/unicode/toolbox-app.json; \
|
||||||
test -f /tmp/toolbox/apps/flow/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/flow/toolbox-app.json; \
|
||||||
test -f /tmp/toolbox/apps/subtitle/toolbox-app.json; \
|
test -f /tmp/toolbox/apps/subtitle/toolbox-app.json; \
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
image: git.add-ideas.de/lotobo/toolbox:0.20.0
|
image: git.add-ideas.de/lotobo/toolbox:0.20.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
read_only: true
|
read_only: true
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
+3
-3
@@ -6,9 +6,9 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Containerfile.release
|
dockerfile: Containerfile.release
|
||||||
args:
|
args:
|
||||||
TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.20.1}"
|
TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.20.2}"
|
||||||
TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-19d5c7f78d5b781abae0fbe05095899c21ba24adb43f9b4a2272c95a2e0a933c}"
|
TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-66f02f95092ef80b9e49cda91c8401400e2ee1d2c640ab20a3a7810bf265c2c7}"
|
||||||
image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.20.1}"
|
image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.20.2}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./toolbox-release-lock.schema.json",
|
"$schema": "./toolbox-release-lock.schema.json",
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"releaseVersion": "0.20.1",
|
"releaseVersion": "0.20.2",
|
||||||
"portalVersion": "0.2.23",
|
"portalVersion": "0.2.23",
|
||||||
"catalogue": {
|
"catalogue": {
|
||||||
"id": "de.add-ideas.toolbox",
|
"id": "de.add-ideas.toolbox",
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ const expectedAppTargets = [
|
|||||||
'diff',
|
'diff',
|
||||||
'time',
|
'time',
|
||||||
'text',
|
'text',
|
||||||
|
'translator',
|
||||||
'unicode',
|
'unicode',
|
||||||
'flow',
|
'flow',
|
||||||
'subtitle',
|
'subtitle',
|
||||||
|
|||||||
Reference in New Issue
Block a user