-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ | |
# is a lot faster than the build steps below. | ||
|
||
|
||
FROM owncloudci/nodejs:18 as generate | ||
FROM owncloudci/nodejs:18 AS generate | ||
|
||
COPY ./ /ocis/ | ||
|
||
WORKDIR /ocis/ocis | ||
RUN make ci-node-generate | ||
|
||
FROM owncloudci/golang:1.22 as build | ||
FROM owncloudci/golang:1.22 AS build | ||
|
||
COPY --from=generate /ocis /ocis | ||
|
||
|
@@ -30,7 +30,7 @@ RUN make ci-go-generate build ENABLE_VIPS=true | |
|
||
FROM alpine:3.20 | ||
|
||
RUN apk add --no-cache ca-certificates mailcap tree attr curl vips && \ | ||
RUN apk add --no-cache attr ca-certificates curl mailcap tree vips && \ | ||
echo 'hosts: files dns' >| /etc/nsswitch.conf | ||
|
||
LABEL maintainer="ownCloud GmbH <[email protected]>" \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM amd64/alpine:3.20 | |
ARG VERSION="" | ||
ARG REVISION="" | ||
|
||
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash libc6-compat vips && \ | ||
RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat mailcap tree vips && \ | ||
echo 'hosts: files dns' >| /etc/nsswitch.conf | ||
|
||
LABEL maintainer="ownCloud GmbH <[email protected]>" \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.20 | |
ARG VERSION="" | ||
ARG REVISION="" | ||
|
||
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash libc6-compat vips && \ | ||
RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat mailcap tree vips && \ | ||
echo 'hosts: files dns' >| /etc/nsswitch.conf | ||
|
||
LABEL maintainer="ownCloud GmbH <[email protected]>" \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM amd64/alpine:latest | |
ARG VERSION="" | ||
ARG REVISION="" | ||
|
||
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash libc6-compat vips delve && \ | ||
RUN apk add --no-cache attr bash ca-certificates curl delve inotify-tools libc6-compat mailcap tree vips && \ | ||
echo 'hosts: files dns' >| /etc/nsswitch.conf | ||
|
||
LABEL maintainer="ownCloud GmbH <[email protected]>" \ | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.