Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windocker: Capture setup steps for the host machine in an ansible playbook #3712

Open
sxa opened this issue Aug 14, 2024 · 1 comment
Open
Labels
docker os:windows secure-dev Issues specific to SSDF/SLSA compliance work

Comments

@sxa
Copy link
Member

sxa commented Aug 14, 2024

Steps are covered in #3286 (comment)

Possible needs to include the setup of C:\jw and the .gitconfig file too subject to the resolution of other issues relating to path length and permissions.

c:\workspace\.gitconfig:

[safe]
        directory = /cygdrive/c/workspace/openjdk-build

startjenkins.cmd needs:

PATH C:\Program Files\Git\usr\bin;%PATH%;c:\cygwin64\bin
set HOME=c:\workspace
java -jar agent.jar ...
@sxa sxa added the secure-dev Issues specific to SSDF/SLSA compliance work label Aug 22, 2024
@sxa
Copy link
Member Author

sxa commented Aug 29, 2024

Noting that C:\jw is now C:\workspace for consistency with the existing pipelines. Also based on the investigations for #3723 there will need to be an openjdk-build directory under workspace which is owned by the container user (Unclear whether this could cause a problem when the container, and therefore user, is rebuilt, but that seems quite likely...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker os:windows secure-dev Issues specific to SSDF/SLSA compliance work
Projects
Status: Todo
Development

No branches or pull requests

1 participant