alnoda-workspaces/workspaces/elasticsearch-workspace/Dockerfile

15 lines
495 B
Docker
Raw Normal View History

2023-07-06 03:36:02 +12:00
FROM alnoda/codeserver-workspace:5.0
2023-07-06 03:36:02 +12:00
RUN wrk install cronicle==0.9.10 admin
RUN wrk install elasticdump
RUN wrk install esbulk
RUN wrk install vulcanizer
2022-10-31 07:02:12 +13:00
2023-07-06 03:36:02 +12:00
# Install codeserver extension
RUN code-server --install-extension ria.elastic
2022-09-17 20:23:45 +12:00
# Change default codeserver theme
COPY --chown=abc:abc settings.json /home/abc/.local/share/code-server/User/settings.json
2023-07-06 03:36:02 +12:00
# Configure Alnoda workspace
2022-09-09 09:40:57 +12:00
COPY --chown=abc:abc workspace /tmp/workspace
2023-07-06 03:36:02 +12:00
RUN alnoda-wrk build /tmp/workspace && rm -rf /tmp/workspace