mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-23 22:29:59 -05:00
add curl to the oCIS OCI image
This commit is contained in:
@@ -30,10 +30,7 @@ RUN make ci-go-generate build
|
||||
|
||||
FROM alpine:3.15
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add ca-certificates mailcap && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
6
changelog/unreleased/add-curl-to-ocis-image.md
Normal file
6
changelog/unreleased/add-curl-to-ocis-image.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Enhancement: Add curl to the oCIS OCI image
|
||||
|
||||
We've added curl to the oCIS OCI image published on Dockerhub.
|
||||
This can be used for eg. healthchecks with the services' health endpoint.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/4751
|
||||
@@ -3,10 +3,7 @@ FROM amd64/alpine:3.15
|
||||
ARG VERSION=""
|
||||
ARG REVISION=""
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add ca-certificates mailcap tree attr && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
@@ -3,10 +3,7 @@ FROM arm32v6/alpine:3.15
|
||||
ARG VERSION=""
|
||||
ARG REVISION=""
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add ca-certificates mailcap tree attr && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
@@ -3,10 +3,7 @@ FROM arm64v8/alpine:3.15
|
||||
ARG VERSION=""
|
||||
ARG REVISION=""
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add ca-certificates mailcap tree attr && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
Reference in New Issue
Block a user