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:
+6
@@ -0,0 +1,6 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
#Unignore everything
|
||||
!Dockerfile
|
||||
!top-dir
|
||||
@@ -0,0 +1,5 @@
|
||||
FROM scratch
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./bar .
|
||||
+1
@@ -0,0 +1 @@
|
||||
console.log("Pulumi 💜");
|
||||
Vendored
@@ -0,0 +1,5 @@
|
||||
FROM scratch
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./bar .
|
||||
@@ -0,0 +1 @@
|
||||
console.log("Pulumi 💜");
|
||||
Reference in New Issue
Block a user