Skip to content

Commit

Permalink
feat: rename to cloud.alwatr
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent d7718bf commit 1c92c85
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
if: ${{ steps.file_change.outputs.container_folder == 'true' }}
id: version
run: |
version_full=$(grep 'ir.alwatr.image.version.full' ./${{ matrix.path }}/Dockerfile | cut -d'"' -f2)
version_short=$(grep 'ir.alwatr.image.version.short' ./${{ matrix.path }}/Dockerfile | cut -d'"' -f2)
version_full=$(grep 'cloud.alwatr.image.version.full' ./${{ matrix.path }}/Dockerfile | cut -d'"' -f2)
version_short=$(grep 'cloud.alwatr.image.version.short' ./${{ matrix.path }}/Dockerfile | cut -d'"' -f2)
echo "version_full=$version_full" >> $GITHUB_OUTPUT
echo "version_short=$version_short" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions adminer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/adminer" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/adminer" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/adminer" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="4.8-3.24.4" \
ir.alwatr.image.version.short="4"
cloud.alwatr.image.version.full="4.8-3.24.4" \
cloud.alwatr.image.version.short="4"
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ LABEL org.opencontainers.image.title="alwatr/alpine" \
maintainer="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
version="3.17" \
description="This is a lightweight Linux image for use in containerized applications. It includes only the necessary packages and dependencies to keep the image size small and efficient, packaged by Alwatr." \
ir.alwatr.image.version.full="3.17.5" \
ir.alwatr.image.version.short="3"
cloud.alwatr.image.version.full="3.17.5" \
cloud.alwatr.image.version.short="3"
4 changes: 3 additions & 1 deletion mariadb/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ LABEL org.opencontainers.image.title="alwatr/mariadb" \
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="10.9-3.26.4" \
cloud.alwatr.image.version.short="10"
4 changes: 2 additions & 2 deletions mariadb/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/mariadb" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="10.11-3.26.4" \
ir.alwatr.image.version.short="10.11"
cloud.alwatr.image.version.full="10.11-3.26.4" \
cloud.alwatr.image.version.short="10.11"
4 changes: 2 additions & 2 deletions nocodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/nocodb" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/nocodb" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/nocodb" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="0.202.5" \
ir.alwatr.image.version.short="0"
cloud.alwatr.image.version.full="0.202.5" \
cloud.alwatr.image.version.short="0"
4 changes: 2 additions & 2 deletions php/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/7.4-apache" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="7.4.33-apache" \
ir.alwatr.image.version.short="7.4-apache"
cloud.alwatr.image.version.full="7.4.33-apache" \
cloud.alwatr.image.version.short="7.4-apache"
4 changes: 2 additions & 2 deletions php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="7.4.33-fpm" \
ir.alwatr.image.version.short="7.4-fpm"
cloud.alwatr.image.version.full="7.4.33-fpm" \
cloud.alwatr.image.version.short="7.4-fpm"
4 changes: 2 additions & 2 deletions php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/8.2-fpm" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="8.2.11-fpm" \
ir.alwatr.image.version.short="8.2-fpm"
cloud.alwatr.image.version.full="8.2.11-fpm" \
cloud.alwatr.image.version.short="8.2-fpm"
4 changes: 2 additions & 2 deletions tdlib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ LABEL org.opencontainers.image.title="alwatr/tdlib" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/tdlib" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/tdlib" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="1.8.0" \
ir.alwatr.image.version.short="1"
cloud.alwatr.image.version.full="1.8.0" \
cloud.alwatr.image.version.short="1"
4 changes: 2 additions & 2 deletions traefik/1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/traefik" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/traefik" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/traefik" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="1.7.34" \
ir.alwatr.image.version.short="1"
cloud.alwatr.image.version.full="1.7.34" \
cloud.alwatr.image.version.short="1"
4 changes: 2 additions & 2 deletions traefik/3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/traefik" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/traefik" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/traefik" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
ir.alwatr.image.version.full="3.0.0-beta4" \
ir.alwatr.image.version.short="3"
cloud.alwatr.image.version.full="3.0.0-beta4" \
cloud.alwatr.image.version.short="3"
4 changes: 3 additions & 1 deletion wordpress/php7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ LABEL org.opencontainers.image.title="alwatr/wordpress" \
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/wordpress/php7.4" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/wordpress/php7.4" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/wordpress" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="6.1.1-php7.4-fpm" \
cloud.alwatr.image.version.short="6-php7.4"
4 changes: 3 additions & 1 deletion wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ LABEL org.opencontainers.image.title="alwatr/wordpress" \
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/wordpress/php8.2" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/wordpress/php8.2" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/wordpress" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="6.3.2-php8.2-fpm" \
cloud.alwatr.image.version.short="6-php8.2"

0 comments on commit 1c92c85

Please sign in to comment.