This website works better with JavaScript.
Explore
Help
Sign In
publicWagsHome
/
buildx
Watch
1
Star
0
Fork
You've already forked buildx
1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c1adfcb658
buildx
/
hack
/
demo-env
/
examples
/
simple1
/
Dockerfile
4 lines
61 B
Docker
Raw
Normal View
History
Unescape
Escape
build: basis of build command Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
FROM
alpine
bake: initial implementation Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
RUN
apk add --no-cache curl
WORKDIR
/src
COPY
. .