Skip to content

Commit

Permalink
Hard force Windows HOME Env Var in case bash.exe invoke late
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 25, 2024
1 parent 57c067b commit a48fd11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN bash.exe -c "curl https://ci.opensearch.org > /dev/null 2>&1 || echo add cer

RUN bash.exe -c "curl https://artifacts.opensearch.org > /dev/null 2>&1 || echo add certificates"

ENV HOME="C:/Users/ContainerAdministrator"

WORKDIR "C:/Users/ContainerAdministrator"

CMD ["powershell.exe"]

0 comments on commit a48fd11

Please sign in to comment.