Skip to content

Commit dd5fcd0

Browse files
add some org.opencontainers.* labels.
1 parent 5c98421 commit dd5fcd0

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

Alpine.fragment.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ENV TERM=xterm-256color \
1414
LOG_PATHS="" \
1515
PAGER="less"
1616

17-
LABEL org.opencontainers.image.source https://github.com/RoushTech/docker
17+
LABEL org.opencontainers.image.source https://github.com/RoushTech/docker \
18+
org.opencontainers.image.description "RoushTech Alpine base image with runit, bash, and common utilities" \
19+
org.opencontainers.image.vendor "RoushTech"
1820
MAINTAINER "RoushTech <[email protected]>"
1921

2022
# Add the app user

Magento.fragment.Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
USER root
22

3+
LABEL org.opencontainers.image.source https://github.com/RoushTech/docker \
4+
org.opencontainers.image.description "Magento Runner" \
5+
org.opencontainers.image.vendor "RoushTech"
6+
MAINTAINER "RoushTech <[email protected]>"
7+
38
COPY ./fs/magento/. /
49
RUN <<MAGENTO_CONFIGURE
510
chmod +x /usr/local/bin/*

PHP-Node.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# syntax = devthefuture/dockerfile-x
22
FROM ./PHP.Dockerfile#php-81-base AS php-81-node-base
3+
4+
LABEL org.opencontainers.image.source https://github.com/RoushTech/docker \
5+
org.opencontainers.image.description "PHP+NGINX+NodeJS Runner" \
6+
org.opencontainers.image.vendor "RoushTech"
7+
MAINTAINER "RoushTech <[email protected]>"
8+
39
ARG NODE_PACKAGES="npm nodejs yarn"
410
ENV NPM_CACHE_DIR=/var/cache/.npm \
511
YARN_CACHE_FOLDER=/var/cache/.yarn \

PHP.fragment.Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
LABEL org.opencontainers.image.source https://github.com/RoushTech/docker \
2+
org.opencontainers.image.description "PHP Nginx container" \
3+
org.opencontainers.image.vendor "RoushTech"
4+
MAINTAINER "RoushTech <[email protected]>"
5+
16
VOLUME /var/cache/.composer
27

38
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)