This has been moved to https://marcriera.github.io/ddgo-controller-docs/. Please update your bookmarks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jetty:alpine | |
USER root | |
RUN mkdir -p /home/jetty | |
RUN chown -R jetty:jetty /home/jetty | |
RUN apk add --no-cache wget unzip | |
USER jetty | |
ENV URL https://okapiframework.org/binaries/longhorn |