test
This commit is contained in:
@@ -12,9 +12,10 @@ COPY entrypoint.sh /
|
|||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
COPY scripts/. /scripts
|
COPY scripts/. /scripts
|
||||||
RUN --mount=type=secret,id=SERIAL \
|
# Commented out until better image selection is enabled.
|
||||||
--mount=type=secret,id=USERNAME \
|
# RUN --mount=type=secret,id=SERIAL \
|
||||||
--mount=type=secret,id=PASSWORD \
|
# --mount=type=secret,id=USERNAME \
|
||||||
bash /scripts/activate_license.sh
|
# --mount=type=secret,id=PASSWORD \
|
||||||
|
# bash /scripts/activate_license.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user