Change Repository to http from https
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lennard Brinkhaus 2022-01-02 03:38:15 +01:00
parent 1640941c21
commit e204f49d23
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
FROM harbor.dragse.it/base/alpine:3.15 FROM harbor.dragse.it/base/alpine:3.15
RUN echo $'https://nexus.dragse.it/repository/apk-main/\nhttps://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
RUN apk --no-cache update \ RUN apk --no-cache update \
&& apk --no-cache add ca-certificates wget \ && apk --no-cache add ca-certificates wget openssl \
&& update-ca-certificates && update-ca-certificates
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine

View File

@ -1,9 +1,9 @@
FROM harbor.dragse.it/base/alpine:3.15 FROM harbor.dragse.it/base/alpine:3.15
RUN echo $'https://nexus.dragse.it/repository/apk-main/\nhttps://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
RUN apk --no-cache update \ RUN apk --no-cache update \
&& apk --no-cache add ca-certificates wget \ && apk --no-cache add ca-certificates wget openssl \
&& update-ca-certificates && update-ca-certificates
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine