mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-31 23:58:03 +08:00
bake: initial implementation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@@ -53,9 +53,7 @@ COPY --from=buildx-build /usr/bin/buildx /buildx.exe
|
||||
FROM binaries-$TARGETOS AS binaries
|
||||
|
||||
FROM alpine AS demo-env
|
||||
RUN apk add --no-cache iptables tmux git
|
||||
RUN apt-get update && apt-get install -y iptables tmux git curl vim file
|
||||
RUN curl https://get.docker.com/ | CHANNEL=test sh
|
||||
RUN apk add --no-cache iptables tmux git vim less
|
||||
RUN mkdir -p /usr/local/lib/docker/cli-plugins && ln -s /usr/local/bin/buildx /usr/local/lib/docker/cli-plugins/docker-buildx
|
||||
COPY ./hack/demo-env/entrypoint.sh /usr/local/bin
|
||||
COPY ./hack/demo-env/tmux.conf /root/.tmux.conf
|
||||
|
Reference in New Issue
Block a user