mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
This commit is contained in:
parent
27efe6658d
commit
a9e8821a06
7 changed files with 14 additions and 12 deletions
|
@ -184,8 +184,10 @@ RUN if [[ "${LINUX}" == true ]]; then \
|
|||
&& bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." \
|
||||
; fi
|
||||
|
||||
# temporary branch, remove in final PR
|
||||
RUN git clone --branch custom-identity https://github.com/sickcodes/Docker-OSX.git
|
||||
# optional --build-arg to change branches for testing
|
||||
ARG BRANCH=master
|
||||
ARG REPO='https://github.com/sickcodes/Docker-OSX.git'
|
||||
RUN git clone --branch "${BRANCH}" "${REPO}"
|
||||
|
||||
RUN touch Launch.sh \
|
||||
&& chmod +x ./Launch.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue