-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
178 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Alwatr Node.js Container | ||
|
||
Cross-platform ECMAScript runtime environment, packaged by Alwatr. | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |