mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-06-14 23:12:04 +03:00
sync
This commit is contained in:
commit
9ccba46eee
@ -3,6 +3,7 @@
|
|||||||
## 2025
|
## 2025
|
||||||
|
|
||||||
* `apr`
|
* `apr`
|
||||||
|
* restored `astralinux`, reworked, added `1.8` version.
|
||||||
* fixed `nginx` iamges, added new `1.28` version.
|
* fixed `nginx` iamges, added new `1.28` version.
|
||||||
* added `fisheye` images to `gha`.
|
* added `fisheye` images to `gha`.
|
||||||
* added `crucible` images to `gha`.
|
* added `crucible` images to `gha`.
|
||||||
|
@ -13,9 +13,9 @@ A collection of docker images for production use. This repo contains 2 types of
|
|||||||
|
|
||||||
| Name | Homepage |
|
| Name | Homepage |
|
||||||
|:-------------|-------------:|
|
|:-------------|-------------:|
|
||||||
| `Quai.io` (default) | https://quay.io/epicmorg |
|
| `Quai.io` (default) | https://quay.io/organization/epicmorg |
|
||||||
| `DockerHub` (Mirror) | https://hub.docker.com/r/epicmorg |
|
| `DockerHub` (Mirror) | https://hub.docker.com/r/epicmorg |
|
||||||
| `Harbor` (Mirror) | https://hub.epicm.org/epicmorg |
|
| `Harbor` (Mirror) | [[text](https://hub.epicm.org/epicmorg)](https://hub.epicm.org/account/sign-in?globalSearch=epicmorg) |
|
||||||
|
|
||||||
## Docker and Podman support:
|
## Docker and Podman support:
|
||||||
| Docker | Podman |
|
| Docker | Podman |
|
||||||
@ -107,6 +107,10 @@ For more information - look at `Support Document` to replace this tags and image
|
|||||||
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.giltab.runners.yml)
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.giltab.runners.yml)
|
||||||
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.github.runners.yml)
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.github.runners.yml)
|
||||||
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.qbittorrent.yml)
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.qbittorrent.yml)
|
||||||
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.nginx.yml)
|
||||||
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.rootfs.yml)
|
||||||
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.17.yml)
|
||||||
|
| :no_entry_sign: | [](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.18.yml)
|
||||||
|
|
||||||
# Few popular products [](https://ko-fi.com/B0B81CUI4)
|
# Few popular products [](https://ko-fi.com/B0B81CUI4)
|
||||||
|
|
||||||
|
@ -813,7 +813,7 @@ RUN tar -xzf ${LIBGD_TEMP} --directory /tmp && \
|
|||||||
--enable-gd-formats \
|
--enable-gd-formats \
|
||||||
--with-tiff \
|
--with-tiff \
|
||||||
--with-webp \
|
--with-webp \
|
||||||
--with-heif \
|
# --with-heif \
|
||||||
--with-avif \
|
--with-avif \
|
||||||
--with-x \
|
--with-x \
|
||||||
&& \
|
&& \
|
||||||
|
@ -7,10 +7,10 @@ app:
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
build:
|
build:
|
||||||
make build-buildah
|
kaniko-wrapper --version
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
make deploy-buildah
|
make deploy-kaniko
|
||||||
|
|
||||||
build-buildah:
|
build-buildah:
|
||||||
buildah-wrapper --build
|
buildah-wrapper --build
|
||||||
|
@ -7,10 +7,10 @@ app:
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
build:
|
build:
|
||||||
make build-buildah
|
kaniko-wrapper --version
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
make deploy-buildah
|
make deploy-kaniko
|
||||||
|
|
||||||
build-buildah:
|
build-buildah:
|
||||||
buildah-wrapper --build
|
buildah-wrapper --build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user