mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
bake: initial implementation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
FROM alpine
|
||||
RUN touch foo
|
||||
RUN apk add --no-cache curl
|
||||
WORKDIR /src
|
||||
COPY . .
|
Reference in New Issue
Block a user