-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from nuxsmin/3.2
v3.2.2
- Loading branch information
Showing
12 changed files
with
52 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
VERSION=3.2.1 | ||
BUILD_NUMBER=21011601 | ||
VERSION=3.2.2 | ||
BUILD_NUMBER=21031301 | ||
|
||
build_vendor: | ||
cd build \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
# https://syspass.org | ||
# https://doc.syspass.org | ||
# | ||
FROM composer:1.10 as bootstrap | ||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.1" | ||
ENV SYSPASS_BRANCH="3.2.2" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM debian:buster as app | ||
|
||
LABEL [email protected] version=3.2.1 php=7.3 environment=production | ||
LABEL [email protected] version=3.2.2 php=7.3 environment=production | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \ | ||
|
@@ -60,7 +60,7 @@ ENV APACHE_RUN_USER="www-data" \ | |
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21011601 | ||
LABEL build=21031301 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
# https://syspass.org | ||
# https://doc.syspass.org | ||
# | ||
FROM composer:1.10 as bootstrap | ||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.1" | ||
ENV SYSPASS_BRANCH="3.2.2" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -18,7 +18,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM debian:buster as app | ||
|
||
LABEL [email protected] version=3.2.1 php=7.3 environment=debug | ||
LABEL [email protected] version=3.2.2 php=7.3 environment=debug | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \ | ||
|
@@ -60,17 +60,18 @@ ENV APACHE_RUN_USER="www-data" \ | |
APACHE_PID_FILE="/var/run/apache2.pid" \ | ||
SYSPASS_DIR="/var/www/html/sysPass" \ | ||
SYSPASS_UID=9001 \ | ||
SYSPASS_DEV=0 | ||
SYSPASS_DEV=1 \ | ||
PHP_XDEBUG_FILE="/etc/php/7.3/apache2/conf.d/20-xdebug.ini" | ||
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21011601 | ||
LABEL build=21031301 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
||
# Xdebug module config | ||
COPY 20-xdebug.ini /etc/php/7.3/apache2/conf.d/20-xdebug.ini | ||
COPY 20-xdebug.ini ${PHP_XDEBUG_FILE} | ||
|
||
# Custom entrypoint | ||
COPY entrypoint.sh common_fn.sh /usr/local/sbin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
# https://doc.syspass.org | ||
# | ||
|
||
FROM composer:1.10 as bootstrap | ||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.1" | ||
ENV SYSPASS_BRANCH="3.2.2" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM php:7.4-apache-buster as app | ||
|
||
LABEL [email protected] version=3.2.1 php=7.4 | ||
LABEL [email protected] version=3.2.2 php=7.4 | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y \ | ||
|
@@ -46,17 +46,18 @@ RUN pecl install xdebug-2.9.8 \ | |
ENV APACHE_RUN_USER="www-data" \ | ||
SYSPASS_DIR="/var/www/html/sysPass" \ | ||
SYSPASS_UID=9001 \ | ||
SYSPASS_DEV=0 | ||
SYSPASS_DEV=0 \ | ||
PHP_XDEBUG_FILE="/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini" | ||
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21011601 | ||
LABEL build=21031301 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
||
# Xdebug module config | ||
COPY xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini | ||
COPY xdebug.ini ${PHP_XDEBUG_FILE} | ||
|
||
# Custom entrypoint | ||
COPY entrypoint.sh common_fn.sh /usr/local/sbin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters