mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 16:39:26 +03:00
astra develop
This commit is contained in:
parent
0e12aced90
commit
254b3d061a
File diff suppressed because it is too large
Load Diff
1264
linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile
Normal file
1264
linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile
Normal file
File diff suppressed because it is too large
Load Diff
44
linux/ecosystem/epicmorg/astra/1.8-alse/develop/Makefile
Normal file
44
linux/ecosystem/epicmorg/astra/1.8-alse/develop/Makefile
Normal 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
|
@ -0,0 +1,5 @@
|
||||
services:
|
||||
app:
|
||||
image: "quay.io/epicmorg/astralinux:1.8-develop"
|
||||
build:
|
||||
context: .
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user