Skip to content

Commit 436e9e5

Browse files
authored
Merge pull request laradock#1434 from bestlong/sort-up
Sort up
2 parents 91784cb + b445479 commit 436e9e5

23 files changed

Lines changed: 86 additions & 33 deletions

File tree

.gitlab-ci.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# image: docker:latest
2+
# services:
3+
# - docker:dind
4+
image: jonaskello/docker-and-compose:1.12.1-1.8.0
5+
services:
6+
- docker:1.12.1-dind
7+
8+
before_script:
9+
- docker info
10+
- docker-compose version
11+
- cp env-example .env
12+
- sed -i -- "s/=false/=true/g" .env
13+
- cat .env
14+
- env | sort
15+
16+
build:56:php-fpm:
17+
variables:
18+
PHP_VERSION: "56"
19+
script:
20+
- docker-compose build php-fpm
21+
22+
build:70:php-fpm:
23+
variables:
24+
PHP_VERSION: "70"
25+
script:
26+
- docker-compose build php-fpm
27+
28+
build:71:php-fpm:
29+
variables:
30+
PHP_VERSION: "71"
31+
script:
32+
- docker-compose build php-fpm
33+
34+
build:72:php-fpm:
35+
variables:
36+
PHP_VERSION: "72"
37+
script:
38+
- docker-compose build php-fpm
39+
40+
build:56:workspace:
41+
variables:
42+
PHP_VERSION: "56"
43+
script:
44+
- docker-compose build workspace
45+
46+
build:70:workspace:
47+
variables:
48+
PHP_VERSION: "70"
49+
script:
50+
- docker-compose build workspace
51+
52+
build:71:workspace:
53+
variables:
54+
PHP_VERSION: "71"
55+
script:
56+
- docker-compose build workspace
57+
58+
build:72:workspace:
59+
variables:
60+
PHP_VERSION: "72"
61+
script:
62+
- docker-compose build workspace

adminer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM adminer:4.3.0
33
# Version 4.3.1 contains PostgreSQL login errors. See docs.
44
# See https://sourceforge.net/p/adminer/bugs-and-features/548/
55

6-
MAINTAINER Patrick Artounian <partounian@gmail.com>
6+
LABEL maintainer="Patrick Artounian <partounian@gmail.com>"
77

88
# Add volume for sessions to allow session persistence
99
VOLUME /sessions

aerospike/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM aerospike:latest
22

3-
MAINTAINER Luciano Jr <luciano@lucianojr.com.br>
3+
LABEL maintainer="Luciano Jr <luciano@lucianojr.com.br>"
44

55
RUN rm /etc/aerospike/aerospike.conf
66

7-
ADD aerospike.conf /etc/aerospike/aerospike.conf
7+
ADD aerospike.conf /etc/aerospike/aerospike.conf

apache2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM webdevops/apache:ubuntu-16.04
22

3-
MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
3+
LABEL maintainer="Eric Pfeiffer <computerfr33k@users.noreply.github.com>"
44

55
ARG PHP_UPSTREAM_CONTAINER=php-fpm
66
ARG PHP_UPSTREAM_PORT=9000

aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:slim
22

3-
MAINTAINER melchabcede@gmail.com
3+
LABEL maintainer="melchabcede@gmail.com"
44

55
RUN pip install --upgrade --no-cache-dir awsebcli
66
RUN apt-get -yqq update && apt-get -yqq install git-all

beanstalkd-console/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:latest
22

3-
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
3+
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
44

55
RUN apt-get update && apt-get install -y curl
66

beanstalkd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM phusion/baseimage:latest
22

3-
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
3+
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
44

55
ENV DEBIAN_FRONTEND noninteractive
66
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
@@ -13,4 +13,4 @@ VOLUME /var/lib/beanstalkd/data
1313

1414
EXPOSE 11300
1515

16-
CMD ["/usr/bin/beanstalkd"]
16+
CMD ["/usr/bin/beanstalkd"]

caddy/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM zuohuadong/caddy:alpine
22

3-
4-
MAINTAINER Huadong Zuo <admin@zuohuadong.cn>
3+
LABEL maintainer="Huadong Zuo <admin@zuohuadong.cn>"
54

65
ARG plugins="cors"
76

certbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM phusion/baseimage:latest
22

3-
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
3+
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
44

55
COPY run-certbot.sh /root/certbot/run-certbot.sh
66

haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM dockercloud/haproxy:latest
22

3-
MAINTAINER ZeroC0D3 Team<zeroc0d3.team@gmail.com>
3+
LABEL maintainer="ZeroC0D3 Team<zeroc0d3.team@gmail.com>"
44

55
EXPOSE 80

0 commit comments

Comments
 (0)