Skip to content

Commit

Permalink
chore: descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 7, 2023
1 parent 2475b37 commit 2d3bf22
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/alpine:3.17

LABEL org.opencontainers.image.description="Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!"
LABEL org.opencontainers.image.description "Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!"

ARG APK_TESTING
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion php/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/php:7.4-apache

LABEL org.opencontainers.image.description="The unofficial docker container image for php apache packaged by Alwatr."
LABEL org.opencontainers.image.description "The unofficial docker container image for php apache 7 packaged by Alwatr."
2 changes: 1 addition & 1 deletion php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/php:7.4-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr."
LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 7 packaged by Alwatr."
2 changes: 1 addition & 1 deletion php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/php:8.2-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr."
LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 8 packaged by Alwatr."
2 changes: 1 addition & 1 deletion wordpress/php7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/wordpress:6.1-php7.4-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr."
LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 7 packaged by Alwatr."
2 changes: 1 addition & 1 deletion wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/wordpress:6.2-php8.2-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr."
LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 8 packaged by Alwatr."

0 comments on commit 2d3bf22

Please sign in to comment.