merged
This commit is contained in:
13
Dockerfile_for_runner_image
Normal file
13
Dockerfile_for_runner_image
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Используем образ Go с поддержкой мультиплатформенности
|
||||||
|
FROM golang:1.24
|
||||||
|
|
||||||
|
# Устанавливаем пакеты (одинаково работают на amd64/arm64)
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends \
|
||||||
|
git \
|
||||||
|
ca-certificates \
|
||||||
|
jq && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# (Опционально) Можно добавить команду по умолчанию
|
||||||
|
CMD ["bash"]
|
BIN
bin/hello-api-1.0.0
Executable file
BIN
bin/hello-api-1.0.0
Executable file
Binary file not shown.
Reference in New Issue
Block a user