Initial provider implementation (#18)
This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
This commit is contained in:
5
provider/internal/testdata/symlinks/Dockerfile
vendored
Normal file
5
provider/internal/testdata/symlinks/Dockerfile
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM scratch
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./bar .
|
||||
1
provider/internal/testdata/symlinks/linkedFromDeep.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/linkedFromDeep.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Hello,
|
||||
1
provider/internal/testdata/symlinks/linkedToDeep.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/linkedToDeep.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
World!
|
||||
1
provider/internal/testdata/symlinks/proxy-for-sub/dir/linkedFromTop.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/proxy-for-sub/dir/linkedFromTop.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
World!
|
||||
1
provider/internal/testdata/symlinks/proxy-for-sub/dir/linkedToTop.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/proxy-for-sub/dir/linkedToTop.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Hello,
|
||||
1
provider/internal/testdata/symlinks/sub/dir/linkedFromTop.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/sub/dir/linkedFromTop.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
World!
|
||||
1
provider/internal/testdata/symlinks/sub/dir/linkedToTop.txt
vendored
Normal file
1
provider/internal/testdata/symlinks/sub/dir/linkedToTop.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Hello,
|
||||
Reference in New Issue
Block a user