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:
Bryce Lampe
2024-04-25 11:03:59 -07:00
committed by GitHub
parent 2545dd3089
commit 26c144c916
398 changed files with 65361 additions and 1702 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM scratch
RUNN
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "Hello, World!"
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "Hello, World!"
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "Hello, World!"
@@ -0,0 +1,7 @@
# Ignore everything!
*
# Except changes to source data in this set of directories:
!projects/*/src
# This should therefore IGNORE projects/*/dist
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("Pulumi 💜");
@@ -0,0 +1,7 @@
# Ignore everything!
*
# Except changes to source data in this set of directories:
!projects/*/src
# This should therefore IGNORE projects/*/dist
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("💜 Pulumi (included)");
@@ -0,0 +1,7 @@
# Ignore everything!
*
# Except changes to source data in this set of directories:
!projects/*/src
# This should therefore IGNORE projects/*/dist
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("Pulumi 💜");
@@ -0,0 +1,3 @@
.dockerignore
ignored.txt
bar/ignored.js
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("Pulumi 💜");
@@ -0,0 +1 @@
bar
+5
View File
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
+1
View File
@@ -0,0 +1 @@
console.log("Pulumi 💜");
+1
View File
@@ -0,0 +1 @@
bar
+1
View File
@@ -0,0 +1 @@
FROM scratch
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
Test
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
Test
+5
View File
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
Hello,
+1
View File
@@ -0,0 +1 @@
World!
@@ -0,0 +1 @@
World!
@@ -0,0 +1 @@
Hello,
@@ -0,0 +1 @@
World!
@@ -0,0 +1 @@
Hello,
@@ -0,0 +1,6 @@
# Ignore everything
*
#Unignore everything
!Dockerfile
!top-dir
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("Pulumi 💜");
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
COPY ./bar .
@@ -0,0 +1 @@
console.log("Pulumi 💜");