fix(docker): image now builds #3

Слито
wpetit слито 3 коммит(ов) из fix/dockerfile в develop 2024-02-27 17:19:41 +01:00
Показать только изменения коммита d47b819e1d - Показать все коммиты

Просмотреть файл

@ -1,11 +1,11 @@
FROM reg.cadoles.com/dh/library/golang:1.17 AS build
FROM reg.cadoles.com/proxy_cache/library/golang:1.21 AS build
wpetit пометить этот разговор как разрешённый Устаревшее
wpetit прокомментировал(а) 2024-02-26 16:39:30 +01:00
Устаревшее
Рецензия

Quel est le problème de construction avec les versions de Go > 1.17 ? 🤔 Ça me parait bizarre vu la rétrocompatibilité assurée entre les versions. Un soucis avec une dépendance ?

Et pour ma gouverne, quel est ce nouveau repository reg.cadoles.com/dh ? reg.cadoles.com/proxy_cache n'existe plus ?

Quel est le problème de construction avec les versions de Go > 1.17 ? :thinking: Ça me parait bizarre vu la rétrocompatibilité assurée entre les versions. Un soucis avec une dépendance ? Et pour ma gouverne, quel est ce nouveau repository `reg.cadoles.com/dh` ? `reg.cadoles.com/proxy_cache` n'existe plus ?
ARG HTTP_PROXY=
ARG HTTPS_PROXY=
ARG http_proxy=
ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl npm python2
RUN apt-get update && apt-get install -y build-essential git bash curl
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs
@ -18,7 +18,7 @@ RUN cp -f misc/docker/config-patch.txt misc/release/config-patch.txt \
&& npm ci \
&& make ARCH_TARGETS=amd64 release
FROM busybox
FROM reg.cadoles.com/proxy_cache/library/busybox
RUN adduser -D -h /app fsmtp