container-images/golang/Dockerfile

5 lines
277 B
Docker
Raw Normal View History

2024-07-25 18:53:54 +00:00
FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/golang:latest as build
WORKDIR /app
RUN apk add git
2024-07-25 18:59:49 +00:00
RUN git config --global url."https://buildToken:glpat-axA8ttckx3aPf_xd2Dym@penahub.gitlab.yandexcloud.net/".insteadOf "https://penahub.gitlab.yandexcloud.net/"