Public dry run dryrun-309831e1e021
Source commit: 309831e1e021f962c118452336776fd9a94025f9 Public tree identity: sha256:6fa95c1745579bd6256dbeb3d476db0b07c2f24aa9213b0f7783ce1adfc8aca5
This commit is contained in:
commit
f22d0a5791
113 changed files with 39348 additions and 0 deletions
3
examples/launch-build-demo/envs/linux/Containerfile
Normal file
3
examples/launch-build-demo/envs/linux/Containerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM docker.io/library/alpine:3.20
|
||||
RUN apk add --no-cache build-base tar zstd
|
||||
WORKDIR /workspace
|
||||
2
examples/launch-build-demo/envs/windows/Dockerfile
Normal file
2
examples/launch-build-demo/envs/windows/Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# User-attached Windows development execution contract for the MVP.
|
||||
# This is not a managed untrusted Windows sandbox.
|
||||
Loading…
Add table
Add a link
Reference in a new issue