Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
leenooks
wordpress
Commits
3c194bea
Commit
3c194bea
authored
May 03, 2019
by
Deon George
Browse files
Update to WP 5.1.1
parent
ac0bdc32
Pipeline
#543
passed with stage
in 1 minute and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c194bea
...
...
@@ -5,7 +5,7 @@ stages:
-
build
variables
:
VERSION
:
5.
0.3
-fpm
VERSION
:
5.
1.1
-fpm
CACHETAG
:
build
DOCKER_HOST
:
tcp://docker:2375
...
...
Dockerfile
View file @
3c194bea
# NAME leenooks/wordpress
# VERSION 5.
0.3
-fpm
# VERSION 5.
1.1
-fpm
FROM
wordpress:5.
0.3
-fpm
FROM
wordpress:5.
1.1
-fpm
RUN
apt-get update
&&
apt-get
install
-y
openssh-server ssmtp
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
\
&&
useradd
-c
"Hosting Admin User"
-u
1000
-g
users
-G
www-data
-d
/var/www/html
-M
lamp
\
...
...
@@ -12,8 +12,8 @@ RUN (cd / && patch -p0 ) < /tmp/sshd_config.patch && rm /tmp/sshd_config.patch
EXPOSE
9000/tcp 22/tcp
COPY
start /usr/local
/sbin
ENTRYPOINT
[ "/
usr/local/
sbin/
star
t" ]
COPY
init
/sbin
ENTRYPOINT
[ "/sbin/
ini
t" ]
CMD
[ "php-fpm" ]
RUN
docker-php-ext-install
-j
$(
nproc
)
opcache
star
t
→
ini
t
View file @
3c194bea
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment