This commit is contained in:
stam 2025-04-29 01:55:53 +03:00
commit 9ccba46eee
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
5 changed files with 12 additions and 7 deletions

View File

@ -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`.

View File

@ -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: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.giltab.runners.yml?label=Gitlab%20Runner%20Images&logo=Gitlab%20Runner%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.giltab.runners.yml) | :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.giltab.runners.yml?label=Gitlab%20Runner%20Images&logo=Gitlab%20Runner%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.giltab.runners.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.github.runners.yml?label=GitHub%20Runner%20Images&logo=GitHub%20Runner%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.github.runners.yml) | :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.github.runners.yml?label=GitHub%20Runner%20Images&logo=GitHub%20Runner%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.github.runners.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.qbittorrent.yml?label=qBittorrent%20Images&logo=qBittorrent%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.qbittorrent.yml) | :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.qbittorrent.yml?label=qBittorrent%20Images&logo=qBittorrent%20Images&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.qbittorrent.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.ecosystem.images.nginx.yml?label=nginx&logo=nginx&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.ecosystem.images.nginx.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.base.images.astra.rootfs.yml?label=astra%20rootfs&logo=astra%20rootfs&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.rootfs.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.base.images.astra.17.yml?label=astra%201.7&logo=astra%201.7&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.17.yml)
| :no_entry_sign: | [![GHA](https://img.shields.io/github/actions/workflow/status/EpicMorg/docker/epicmorg.base.images.astra.18.yml?label=astra%201.8&logo=astra%201.8&style=flat-square)](https://github.com/EpicMorg/docker/actions/workflows/epicmorg.base.images.astra.18.yml)
# Few popular products [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B81CUI4) # Few popular products [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B81CUI4)

View File

@ -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 \
&& \ && \

View File

@ -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

View File

@ -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