1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Add support for ESH

This commit is contained in:
Jonathan Daigle
2020-05-19 22:27:14 -04:00
committed by Jonathan Daigle
parent 550a6b4340
commit f348e154c7
9 changed files with 175 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ RUN pip3 install \
yamllint==1.17.0 \
;
RUN curl https://raw.githubusercontent.com/jirutka/esh/v0.3.0/esh > /usr/local/bin/esh; \
chmod +x /usr/local/bin/esh
# Create a flag to identify when running inside the yadm testbed
RUN touch /.yadmtestbed