Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 0 sec in block)
node - (55 sec in block)
node block - (27 sec in block)
stage - (16 sec in block)Hello
stage block (Hello) - (15 sec in block)
sh - (9.2 sec in self) curl -sSLf https://github.com/moby/buildkit/releases/download/v0.8.2/buildkit-v0.8.2.linux-amd64.tar.gz | tar zxvf - curl -sSLf -o Dockerfile https://gist.githubusercontent.com/mbarbero/6915a8bd50140a6d701893106d95724b/raw/9a8d40e254c5dfbfd208a0d3df1fe8ad5d3d9b33/dummy-dockerfile mkdir -p ~/.docker curl -sSLf -o ~/.docker/config.json https://gist.githubusercontent.com/mbarbero/df84153d80fd359e916c61f6f9af4646/raw/b552cccf69aa2304bf5c77b7dca9648ef2e01a19/config.json ./bin/buildctl --addr tcp://buildkitd.mba-jiro-perfs:1234 build --frontend dockerfile.v0 --local context=. --local dockerfile=. --output type=image,name=quay.io/mbarbero/test1:fromci,push=true