This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/Makefile

15 lines
392 B
Makefile

out/gcc.oci.tgz:
docker build -f packages/gcc/Dockerfile -t ocirep/gcc .
out/glibc.oci.tgz:
docker build -f packages/glibc/Dockerfile -t ocirep/glibc .
out/bash.oci.tgz:
docker build -f packages/bash/Dockerfile -t ocirep/bash .
out/busybox.oci.tgz:
docker build -f packages/busybox/Dockerfile -t ocirep/busybox .
out/go.oci.tgz:
docker build -f packages/go/Dockerfile -t ocirep/go .