mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 14:22:54 +00:00
Prepare usage of build secrets (#303)
* sort .gitignore and add apt_auth.conf to it * add helper to setup.sh to create apt_auth.conf (user still needs to enter their own credentials) * only create apt_auth.conf in make if it doesn't already exist * add tooling to core dockerfile and makefile to use build secrets * add ignore for hadolint as mounting syntax is currently not supported so far * update to latest docker on travis for buildkit support * documentation * sort gitignore * add dockerfile syntax definition for build args
This commit is contained in:
@@ -10,7 +10,7 @@ RUN mv kapi/examples/* /web/kapi-playground
|
||||
WORKDIR /web/kapi-playground
|
||||
RUN rm Makefile && ln -s oidc-client-example.html index.html
|
||||
|
||||
FROM halverneus/static-file-server:v1.7.0
|
||||
FROM halverneus/static-file-server:v1.8.0
|
||||
|
||||
ARG CODE_VERSION
|
||||
|
||||
@@ -26,4 +26,4 @@ LABEL maintainer=az@zok.xyz \
|
||||
COPY --from=builder /web /web
|
||||
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF
|
||||
|
||||
Reference in New Issue
Block a user