From 07083ee0967bc62af34bc089296b6beca4ce34ab Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Tue, 7 Jun 2022 12:12:29 -0700 Subject: [PATCH] Add dockerignore --- .dockerignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..d838da9 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +examples/ diff --git a/README.md b/README.md index 60b8f33..d67193a 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following image tags are available along with their tagged release based on | `2.4` | 2.4.x | Alpine | `:2.4` | ### Multi Archictecture -Images are built primarily for `amd64` architecture, and may also include builds for `arm/v6`, `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)` +Images are built primarily for `amd64` architecture, and may also include builds for `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)` ## Configuration