mirror of
https://github.com/matrix-construct/construct
synced 2025-01-24 21:39:59 +01:00
14 lines
242 B
Docker
14 lines
242 B
Docker
ARG acct
|
|
ARG repo
|
|
ARG dist_name
|
|
ARG dist_version
|
|
ARG feature
|
|
ARG cc
|
|
ARG machine
|
|
|
|
FROM ${acct}/${repo}:${dist_name}-${dist_version}-${feature}-built-${cc}-${machine}
|
|
|
|
WORKDIR /root
|
|
RUN true \
|
|
&& construct -debug -smoketest localhost \
|
|
&& true
|