-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
20 additions
and
218 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
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,8 +2,9 @@ FROM php:7.2-fpm | |
|
||
LABEL maintainer="[email protected]" | ||
|
||
ARG PASSBOLT_VERSION="2.8.4" | ||
ARG PASSBOLT_VERSION="2.9.0" | ||
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz" | ||
ARG PASSBOLT_CURL_HEADERS="" | ||
|
||
ARG PHP_EXTENSIONS="gd \ | ||
intl \ | ||
|
@@ -21,8 +22,7 @@ ARG PASSBOLT_DEV_PACKAGES="libgpgme11-dev \ | |
libicu-dev \ | ||
libxslt1-dev \ | ||
libmcrypt-dev \ | ||
unzip \ | ||
git" | ||
unzip" | ||
|
||
ARG PASSBOLT_BASE_PACKAGES="nginx \ | ||
gnupg \ | ||
|
@@ -62,7 +62,8 @@ RUN apt-get update \ | |
fi \ | ||
&& php composer-setup.php \ | ||
&& mv composer.phar /usr/local/bin/composer \ | ||
&& curl -sSL $PASSBOLT_URL | tar zxf - -C . --strip-components 1 \ | ||
&& rm composer-setup.php \ | ||
&& curl -sSL -H "$PASSBOLT_CURL_HEADERS" "$PASSBOLT_URL" | tar zxf - -C . --strip-components 1 \ | ||
&& composer install -n --no-dev --optimize-autoloader \ | ||
&& chown -R www-data:www-data . \ | ||
&& chmod 775 $(find /var/www/passbolt/tmp -type d) \ | ||
|
@@ -77,7 +78,6 @@ RUN apt-get update \ | |
&& sed -i 's/# server_tokens/server_tokens/' /etc/nginx/nginx.conf \ | ||
&& mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" | ||
|
||
|
||
COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf | ||
COPY conf/supervisor/*.conf /etc/supervisor/conf.d/ | ||
COPY bin/docker-entrypoint.sh /docker-entrypoint.sh | ||
|
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
This file was deleted.
Oops, something went wrong.
104 changes: 0 additions & 104 deletions
104
spec/docker_runtime_gitlab_no_envs/runtime_no_envs_spec.rb
This file was deleted.
Oops, something went wrong.