15 lines
392 B
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 .
|