mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #6236 from nextcloud/enh/noid/create-alpine-image
helm-chart: move alpine init-container image to containers folder
This commit is contained in:
commit
faef75dafd
2 changed files with 9 additions and 4 deletions
5
Containers/alpine/Dockerfile
Normal file
5
Containers/alpine/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# syntax=docker/dockerfile:latest
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a
|
||||
Loading…
Add table
Add a link
Reference in a new issue