switch to s6v3, general cleanup, add/update workflows

This commit is contained in:
aptalca
2023-05-19 09:29:25 -04:00
parent 06f7b7bfb4
commit fbbbbaa148
11 changed files with 66 additions and 62 deletions
+2 -9
View File
@@ -1,15 +1,8 @@
FROM lsiobase/alpine:3.11 as buildstage
# syntax=docker/dockerfile:1
# copy local files
COPY root/ /root-layer/
# runtime stage
FROM scratch
LABEL maintainer="alexschomb"
# Add files from buildstage
COPY --from=buildstage /root-layer/ /
# volumes
VOLUME /translations
COPY root/ /