astra develop

This commit is contained in:
stam 2025-04-29 00:45:12 +03:00
parent 0e12aced90
commit 254b3d061a
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
5 changed files with 2554 additions and 115 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,44 @@
all: app
app:
make pip
make build
make deploy
make clean
build:
make build-buildah
deploy:
make deploy-buildah
build-buildah:
buildah-wrapper --build
deploy-buildah:
buildah-wrapper --deploy
build-kaniko:
kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run
deploy-kaniko:
kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug
build-compose:
docker-compose build --compress --parallel --progress plain
deploy-compose:
docker-compose push
clean:
docker container prune -f
docker image prune -f
docker network prune -f
docker volume prune -f
docker system prune -af
buildah rm -a
buildah rmi -a
pip:
pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper
pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper

View File

@ -0,0 +1,5 @@
services:
app:
image: "quay.io/epicmorg/astralinux:1.8-develop"
build:
context: .

View File

@ -82,7 +82,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
iftop \
# iotop \
iperf \
iperf3 \
# iperf3 \
iputils-ping \
jq \
kmod \
@ -156,7 +156,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
ntfs-3g \
# reiser4progs \
reiserfsprogs \
udftools \
# udftools \
xfsprogs \
xfsdump