Sign in
apache
/
tooling-trusted-releases
/
refs/heads/gh_runner_changes
/
.
/
scripts
/
build
blob: 1dceba73f949f2becc0ca269ac220dd7b881e981 [
file
]
#!/bin/sh
set
-
eu
IMAGE
=
"${1:-tooling-trusted-releases}"
DOCKER_BUILDKIT
=
1
docker build
-
t
"${IMAGE}"
-
f
Dockerfile
.
alpine
.