Skip to content

Commit 31864f8

Browse files
committed
Fix mod images
1 parent 7585081 commit 31864f8

51 files changed

Lines changed: 7816 additions & 4397 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfiles/base/Dockerfile-5.2

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 5.2 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="5.2-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="5.2-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 5.2-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 5.2-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-5.3

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 5.3 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="5.3-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="5.3-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 5.3-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 5.3-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-5.4

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 5.4 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="5.4-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="5.4-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 5.4-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 5.4-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-5.5

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 5.5 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="5.5-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="5.5-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 5.5-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 5.5-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-5.6

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 5.6 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="5.6-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="5.6-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 5.6-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 5.6-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-7.0

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 7.0 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="7.0-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="7.0-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 7.0-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 7.0-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-7.1

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 7.1 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="7.1-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="7.1-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 7.1-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 7.1-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-7.2

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 7.2 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="7.2-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="7.2-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 7.2-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 7.2-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-7.3

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 7.3 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="7.3-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="7.3-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 7.3-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 7.3-base"
1523

1624

1725
###

Dockerfiles/base/Dockerfile-7.4

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ MAINTAINER "cytopia" <[email protected]>
66
###
77
### Labels
88
###
9-
LABEL \
10-
name="cytopia's PHP-FPM 7.4 Image" \
11-
image="devilbox/php-fpm" \
12-
tag="7.4-base" \
13-
vendor="devilbox" \
14-
license="MIT"
9+
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
10+
#LABEL "org.opencontainers.image.created"=""
11+
#LABEL "org.opencontainers.image.version"=""
12+
#LABEL "org.opencontainers.image.revision"=""
13+
LABEL "maintainer"="cytopia <[email protected]>"
14+
LABEL "org.opencontainers.image.authors"="cytopia <[email protected]>"
15+
LABEL "org.opencontainers.image.url"="https://github.com/devilbox/docker-php-fpm"
16+
LABEL "org.opencontainers.image.documentation"="https://github.com/devilbox/docker-php-fpm"
17+
LABEL "org.opencontainers.image.source"="https://github.com/devilbox/docker-php-fpm"
18+
LABEL "org.opencontainers.image.vendor"="devilbox"
19+
LABEL "org.opencontainers.image.licenses"="MIT"
20+
LABEL "org.opencontainers.image.ref.name"="7.4-base"
21+
LABEL "org.opencontainers.image.title"="PHP-FPM 7.4-base"
22+
LABEL "org.opencontainers.image.description"="PHP-FPM 7.4-base"
1523

1624

1725
###

0 commit comments

Comments
 (0)