This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
3 lines
107 B
Docker
3 lines
107 B
Docker
FROM alpine
|
|
RUN echo "This image doesn't use any local files, so it doesn't need a context parameter 👍"
|