Compare commits
3 Commits
a8ac87cc2c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f700b538c | |||
| 0fa50fa2d9 | |||
| 12777d228c |
@@ -14,4 +14,7 @@ RUN apk add --no-cache \
|
||||
|
||||
COPY ["conf.d/", "/usr/local/etc/php/conf.d"]
|
||||
|
||||
ENV ADMINER_PLUGINS="dump-date dump-json dump-php dump-zip edit-calendar edit-textarea"
|
||||
ENV ADMINER_DESIGN="hever"
|
||||
|
||||
USER adminer
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@ APP_NAME := adminer
|
||||
|
||||
IMAGE_NAME := adminer
|
||||
|
||||
VERSION := 4.7.7
|
||||
VERSION := 4.8.0
|
||||
|
||||
all: build release
|
||||
.PHONY: all
|
||||
@@ -19,8 +19,8 @@ release/%:
|
||||
docker tag $(DOCKER_REGISTRY)/$(APP_NAME):$* $(DOCKER_PUBLIC_REGISTRY)/$(APP_NAME):$*
|
||||
docker tag $(DOCKER_REGISTRY)/$(APP_NAME):$* $(DOCKER_MY_REGISTRY)/$(APP_NAME):$*
|
||||
docker push $(DOCKER_REGISTRY)/$(APP_NAME):$*
|
||||
docker push $(DOCKER_PUBLIC_REGISTRY)/$(APP_NAME):$*
|
||||
docker push $(DOCKER_MY_REGISTRY)/$(APP_NAME):$*
|
||||
docker push $(DOCKER_PUBLIC_REGISTRY)/$(APP_NAME):$*
|
||||
|
||||
|
||||
build: version/$(VERSION)
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
SCRIPT_PATH=$( cd "$(dirname "$0")" ; pwd -P )
|
||||
|
||||
IMAGE_NAME="yoursystemcz/adminer"
|
||||
IMAGE_VERSION="4.7.7"
|
||||
IMAGE_VERSION="4.8.0"
|
||||
|
||||
SERVICE_NAME=adminer
|
||||
|
||||
|
||||
@@ -78,6 +78,8 @@ import() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
__msg "Importing, please wait..."
|
||||
|
||||
local path=$(realpath "${filename}")
|
||||
local name=$(basename "${path}")
|
||||
|
||||
|
||||
@@ -89,6 +89,8 @@ import() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
__msg "Importing, please wait..."
|
||||
|
||||
local path=$(realpath "${filename}")
|
||||
local name=$(basename "${path}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user