-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the lablink-client-base-image copies the startup.sh from local repo during build time. However, this restricts the instructors to customize which package to use when creating this as a template. Currently, we only have github repo configurable for cloning. Like what we did for config.yaml to pass during run time, we could take a similar approach to transfer the startup.sh file in the template and run this bash script during run time of the Docker image (mounting to a volume).
Here is the original code:
lablink/lablink-client-base/lablink-client-base-image/Dockerfile
Lines 147 to 149 in 1df4ff7
# Copy the startup script | |
COPY lablink-client-base-image/start.sh /home/${USERNAME}/start.sh | |
RUN sudo chmod +x /home/${USERNAME}/start.sh |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request