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