mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
bazel: remove apko and Dockerfile where Bazel is used to build container images
This commit is contained in:
parent
19ff132ee8
commit
5145f806ea
33 changed files with 15 additions and 1517 deletions
|
@ -36,7 +36,10 @@ sudo firewall-cmd --zone libvirt --add-port 8080/tcp --permanent
|
|||
Build the image:
|
||||
|
||||
```shell
|
||||
DOCKER_BUILDKIT=1 docker build -t ghcr.io/edgelesssys/constellation/qemu-metadata-api:latest -f hack/qemu-metadata-api/Dockerfile .
|
||||
bazel build //hack/qemu-metadata-api:qemumetadata
|
||||
bazel build //bazel/release:qemumetadata_sum
|
||||
bazel build //bazel/release:qemumetadata_tar
|
||||
bazel run //bazel/release:qemumetadata_push
|
||||
```
|
||||
|
||||
A container of the image is automatically started by Terraform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue