Добавил образы для ci/cd и питона
This commit is contained in:
commit
433ce7e954
2 changed files with 20 additions and 0 deletions
19
Dockerfile_alpine_ci
Normal file
19
Dockerfile_alpine_ci
Normal file
|
@ -0,0 +1,19 @@
|
|||
FROM docker:28-dind
|
||||
|
||||
RUN apk add --no-cache \
|
||||
nodejs
|
||||
# npm
|
||||
# docker \
|
||||
# bash \
|
||||
# openrc
|
||||
|
||||
#RUN rc-update add docker boot
|
||||
|
||||
#RUN adduser -S builduser -G docker
|
||||
|
||||
# Запускаем Docker daemon в фоновом режиме и даём доступ к сокету
|
||||
#USER builduser
|
||||
|
||||
#ENTRYPOINT ["sh", "-c", "dockerd & sleep 5 && /bin/sh"]
|
||||
|
||||
#ENTRYPOINT ["/bin/sh"]
|
1
Dockerfile_python312_alpine
Normal file
1
Dockerfile_python312_alpine
Normal file
|
@ -0,0 +1 @@
|
|||
FROM python:3.12.10-alpine3.21
|
Loading…
Add table
Reference in a new issue