From ec1a1a0d26b36e93d8b4dcadc2dff0529ed76f9c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 14 Oct 2022 16:49:33 -0700 Subject: [PATCH] finish renaming --- README.md | 4 ++-- cosmo-all/Dockerfile | 2 +- cosmo-assimilate/Dockerfile | 2 +- cosmo-awk/Dockerfile | 2 +- cosmo-dist/Dockerfile | 2 +- cosmo-sed/Dockerfile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 58799f3..029c536 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ with some minor patches and a custom distrib. * **cosmo-all:** builds almost everything else from the cosmopolitan repository (i.e. first-class third-party support) - the "flavor" used can be different than that of cosmo-build. + the "flavor" used can be different than that of cosmo-bootstrap. * **cosmo-assimilate:** converts Actually Portable Executables into native binaries. typically unnecessary, but sometimes nice. * **cosmo-awk:** Actually Portable awk (fork of One True Awk) - * **cosmo-dist:** only contains the essentials from cosmo-build. + * **cosmo-dist:** only contains the essentials from cosmo-bootstrap. * **cosmo-make:** Landlocked Make (fork of GNU Make) diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index 428f971..38d9ba7 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -1,4 +1,4 @@ -FROM localhost/cosmo-build AS builder +FROM localhost/cosmo-bootstrap AS builder ARG COSMO_FLAVOR=def ARG COSMO_REBUILD=1 RUN : \ diff --git a/cosmo-assimilate/Dockerfile b/cosmo-assimilate/Dockerfile index 95850bb..4ca7c0f 100644 --- a/cosmo-assimilate/Dockerfile +++ b/cosmo-assimilate/Dockerfile @@ -1,4 +1,4 @@ -FROM cosmo-build AS builder +FROM cosmo-bootstrap AS builder RUN --mount=type=tmpfs,target=/tmp : \ && . ./env \ && ./expand ./makeit b//assimilate.com \ diff --git a/cosmo-awk/Dockerfile b/cosmo-awk/Dockerfile index 799cb12..924cade 100644 --- a/cosmo-awk/Dockerfile +++ b/cosmo-awk/Dockerfile @@ -1,4 +1,4 @@ -FROM cosmo-build AS builder +FROM cosmo-bootstrap AS builder RUN --mount=type=tmpfs,target=/tmp : \ && . ./env \ && ./expand ./makeit t//awk/awk.com \ diff --git a/cosmo-dist/Dockerfile b/cosmo-dist/Dockerfile index a74f6b0..233e3bb 100644 --- a/cosmo-dist/Dockerfile +++ b/cosmo-dist/Dockerfile @@ -1,4 +1,4 @@ -FROM localhost/cosmo-build AS builder +FROM localhost/cosmo-bootstrap AS builder # install the basics (no executable binaries besides ape.elf) RUN : \ diff --git a/cosmo-sed/Dockerfile b/cosmo-sed/Dockerfile index fbd8dc3..31a846f 100644 --- a/cosmo-sed/Dockerfile +++ b/cosmo-sed/Dockerfile @@ -1,4 +1,4 @@ -FROM cosmo-build AS builder +FROM cosmo-bootstrap AS builder RUN --mount=type=tmpfs,target=/tmp : \ && . ./env \ && ./expand ./makeit t//sed/sed.com \