From 6fe88949715461a562a987c36a7ead8f5f561aa1 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Fri, 21 Jun 2019 17:55:49 +0200 Subject: [PATCH] moved dockerfiles out of their directories --- glibc/Dockerfile => Dockerfile.glibc | 0 musl/Dockerfile => Dockerfile.musl | 0 README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename glibc/Dockerfile => Dockerfile.glibc (100%) rename musl/Dockerfile => Dockerfile.musl (100%) diff --git a/glibc/Dockerfile b/Dockerfile.glibc similarity index 100% rename from glibc/Dockerfile rename to Dockerfile.glibc diff --git a/musl/Dockerfile b/Dockerfile.musl similarity index 100% rename from musl/Dockerfile rename to Dockerfile.musl diff --git a/README.md b/README.md index f8f6248..b0e7a84 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Available on [Quay](https://quay.io) as: ## Building -- To build the `glibc`-based image: `$ docker build -t nginx:glibc -f glibc/Dockerfile .` -- To build the `musl`-based image: `$ docker build -t nginx:musl -f musl/Dockerfile .` +- To build the `glibc`-based image: `$ docker build -t nginx:glibc -f Dockerfile.glibc .` +- To build the `musl`-based image: `$ docker build -t nginx:musl -f Dockerfile.musl .` ## Filesystem