Skip to content

Commit 1834b5e

Browse files
committed
Merge branch 'release/v1.6'
2 parents 230e8a5 + 4fe1490 commit 1834b5e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ help:
1818
@echo ' / __ / __ \/ ___/ //_/ _ \/ ___/ / ___/ / / / __ `__ \/ /_/ __ \/ __ \/ / / / '
1919
@echo ' / /_/ / /_/ / /__/ ,< / __/ / (__ ) /_/ / / / / / / __/ /_/ / / / / /_/ / '
2020
@echo ' \__,_/\____/\___/_/|_|\___/_/ /____/\__, /_/ /_/ /_/_/ \____/_/ /_/\__, / '
21-
@echo ' /____/ /____/ v1.5'
21+
@echo ' /____/ /____/ v1.6'
2222
@echo ''
2323
@echo "build REGISTRY_NAME= DISTRO="
2424
@echo " Create docker image from specific distro."

ci/build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ for DIST in ./dists/*; do
77
[ -d "${DIST}" ] || continue
88
DIST="$(basename "${DIST}")"
99
make build REGISTRY_NAME=$CI_REGISTRY_IMAGE DISTRO=${DIST} VERSION=${CI_COMMIT_REF_NAME}-${DIST}
10+
if [ "$?" -eq "0" ]; then
11+
echo "[OK]: The image built successfully."
12+
docker images
13+
else
14+
echo "[ERROR]: An error occurred in building image."
15+
docker images
16+
exit 1
17+
fi
1018
done

dists/debian/assets/install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ DEBCONF_FRONTEND=noninteractive apt-get update \
2525
ca-certificates \
2626
gnupg2 \
2727
apt-transport-https \
28-
wget
28+
wget \
29+
lsb-release
2930

3031
##########################
3132
# config apt source list #
@@ -37,6 +38,9 @@ wget -q https://nginx.org/keys/nginx_signing.key -O- | apt-key add -
3738
echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list
3839
echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list
3940

41+
echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' > /etc/apt/sources.list.d/pgdg.list
42+
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
43+
4044
wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
4145
NODEJS_VERSION=node_12.x
4246
DISTRO="$(lsb_release -s -c)"
@@ -82,6 +86,7 @@ DEBCONF_FRONTEND=noninteractive apt-get install -y \
8286
php7.2-xsl \
8387
php7.2-curl \
8488
mysql-client \
89+
postgresql-client-10 \
8590
nodejs
8691

8792
###############################

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy