diff --git a/adminer/Dockerfile b/adminer/Dockerfile index ab29204..7bf9ac7 100644 --- a/adminer/Dockerfile +++ b/adminer/Dockerfile @@ -5,7 +5,7 @@ ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/adminer" \ org.opencontainers.image.description="Database management in a single PHP file, packaged by Alwatr." \ org.opencontainers.image.base.name="docker.io/library/adminer:4.8-3.24.4" \ - org.opencontainers.image.version="4.8" \ + org.opencontainers.image.version="4.8.1" \ org.opencontainers.image.ref.name="4.8-3.24.4" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/adminer" \ org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/adminer" \ org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/adminer" \ org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" \ - cloud.alwatr.image.version.full="4.8-3.24.4" \ + cloud.alwatr.image.version.full="4.8.1" \ cloud.alwatr.image.version.short="4" diff --git a/adminer/README.md b/adminer/README.md index 23563c4..e55b5bf 100644 --- a/adminer/README.md +++ b/adminer/README.md @@ -1,3 +1,19 @@ # Alwatr Adminer Container Database management in a single PHP file, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/adminer) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/adminer:4.8.1 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/adminer:4.8.1 +``` diff --git a/alpine/README.md b/alpine/README.md index dcc6a8a..9247571 100644 --- a/alpine/README.md +++ b/alpine/README.md @@ -20,9 +20,23 @@ This took **28s** to build and yields a **169MB** image! ### Start doing this ```dockerfile -FROM alpine:3.16 +FROM ghcr.io/alwatr/alpine:3.18.4 RUN apk add --no-cache mysql-client ENTRYPOINT ["mysql"] ``` Only **4s** to build and results in a **41MB** image! + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/alpine) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/alpine:3.18.4 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM pull ghcr.io/alwatr/alpine:3.18.4 +``` diff --git a/mariadb/README.md b/mariadb/README.md index 4d36bd6..4b239f7 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -2,6 +2,22 @@ MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance, packaged by Alwatr. +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/mariadb) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/mariadb:11.1.3 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/mariadb:11.1.3 +``` + ## Environment Variables | Variable | v11.x | v10.x | diff --git a/nocodb/README.md b/nocodb/README.md index d2101d9..4eb9382 100644 --- a/nocodb/README.md +++ b/nocodb/README.md @@ -1,3 +1,19 @@ # Alwatr Nocodb Container A free, open-source, self-hosted, and extensible database management tool that helps you easily manage and visualize your data, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/nocodb) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/nocodb:0.202.8 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/nocodb:0.202.8 +``` diff --git a/node/README.md b/node/README.md index de3f960..e32b516 100644 --- a/node/README.md +++ b/node/README.md @@ -1,3 +1,19 @@ # Alwatr Node.js Container -Cross-platform ECMAScript runtime environment, packaged by Alwatr. \ No newline at end of file +Cross-platform ECMAScript runtime environment, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/node) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/node:20.10.0 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/node:20.10.0 +``` diff --git a/opencv/README.md b/opencv/README.md index c9ce4a3..05f546c 100644 --- a/opencv/README.md +++ b/opencv/README.md @@ -1,3 +1,19 @@ # Alwatr OpenCV Container Native OpenCV library in Node.js, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/opencv) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/opencv:4.8.1 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/opencv:4.8.1 +``` diff --git a/php/README.md b/php/README.md index b58d589..7f9f25b 100644 --- a/php/README.md +++ b/php/README.md @@ -1,3 +1,19 @@ # Alwatr PHP Container A very slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/php) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/php:8.2.12 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/php:8.2.12 +``` diff --git a/postgres/README.md b/postgres/README.md index 978753c..4d0ff2a 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -2,6 +2,22 @@ Alpine-based PostgreSQL container image with orchestrations, packaged by Alwatr. +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/postgres) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/postgres:16.1 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/postgres:16.1 +``` + ## Environment Variables | Variable | Default Value | Description | diff --git a/tdlib/README.md b/tdlib/README.md index 84b3dc0..59a0308 100644 --- a/tdlib/README.md +++ b/tdlib/README.md @@ -1,3 +1,19 @@ # Alwatr Telegram Database Library Container A library to access Telegram database, written in C++ and cross-platform, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/tdlib) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/tdlib:1.8.0 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/tdlib:1.8.0 +``` diff --git a/traefik/README.md b/traefik/README.md index 30b6ecb..1f5c041 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -3,3 +3,19 @@ Traefik is designed to work with modern container orchestration platforms like Docker and Kubernetes, and it can automatically discover new services as they are added to the environment. It also provides advanced features like automatic SSL certificate generation and renewal, dynamic routing based on service health checks, and support for multiple backends. For more information on Traefik, see the official documentation at . + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/traefik) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/traefik:3.0.0-beta4 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/traefik:3.0.0-beta4 +``` diff --git a/wordpress/README.md b/wordpress/README.md index 980645a..d3bcb08 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -1,3 +1,19 @@ # Alwatr Wordpress Container A very slow, lazy and stupid CMS for newbies, packaged by Alwatr. + +## Usage + +Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/container/wordpress) + +### Install from the command line + +```bash +docker pull ghcr.io/alwatr/wordpress:6.4.1 +``` + +### Use as base image in Dockerfile + +```dockerfile +FROM ghcr.io/alwatr/wordpress:6.4.1 +```