master
Tudor Stanciu 2022-10-03 01:14:56 +03:00
parent aab834bc10
commit 07420b6569
4 changed files with 230 additions and 230 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "Welcome!" echo "Welcome!"
version="1.4.1" version="1.4.2"
platform="linux/amd64,linux/arm64,linux/arm/v7" platform="linux/amd64,linux/arm64,linux/arm/v7"
appSubfolder="/reverse-proxy" appSubfolder="/reverse-proxy"
localRegistryPass="***REMOVED***" localRegistryPass="***REMOVED***"

452
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "reverse-proxy-frontend", "name": "reverse-proxy-frontend",
"version": "1.4.1", "version": "1.4.2",
"private": true, "private": true,
"description": "Reverse proxy frontend application", "description": "Reverse proxy frontend application",
"author": { "author": {

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
echo "Welcome!" echo "Welcome!"
version="1.4.1" version="1.4.2"
oldver="1.3.6" oldver="1.4.1"
echo "Pull docker image reverse-proxy-frontend:$version from registry." echo "Pull docker image reverse-proxy-frontend:$version from registry."
docker pull alpine-nexus:8500/reverse-proxy/reverse-proxy-frontend:$version docker pull alpine-nexus:8500/reverse-proxy/reverse-proxy-frontend:$version