Skip to content

Commit

Permalink
armhf pushed ./mysqldb
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Jul 8, 2020
1 parent 9db52df commit 38e8c14
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV HTTPD_LISTEN ${HTTPD_LISTEN:-'0.0.0.0:80'}

# Use the default production configuration
#COPY $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini
RUN [ "cross-build-start" ]
# RUN [ "cross-build-start" ]
RUN install_packages \
git \
openssh-client \
Expand Down Expand Up @@ -130,6 +130,6 @@ WORKDIR /var/www/html/
RUN chmod 0755 *.sh
RUN ./deploy.sh ${DKR_ARCH} --nobuild --exit \
&& ./configure.sh --openshift -m -c -h -p pass -s word --development
RUN [ "cross-build-end" ]
# RUN [ "cross-build-end" ]

ENTRYPOINT ./migrate-database.sh -o -u -i --enable-authentication-plugin && /init
28 changes: 18 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deployment/images/apache-php7/Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# S6 Overlay: https://github.com/smebberson/docker-alpine/blob/master/alpine-apache/Dockerfile
#
FROM balenalib/raspberrypi3-alpine-node:build
RUN [ "cross-build-start" ]
# RUN [ "cross-build-start" ]
ARG PHP_LIB
ENV PHP_LIB ${PHP_LIB:-7}

Expand Down Expand Up @@ -103,4 +103,4 @@ ADD "https://raw.githubusercontent.com/b23prodtm/docker-systemctl-replacement/ma
RUN chmod g+xs /bin/systemctl

ENTRYPOINT /init
RUN [ "cross-build-end" ]
# RUN [ "cross-build-end" ]

0 comments on commit 38e8c14

Please sign in to comment.