summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorThiago da Silva <thiagodasilva@gmail.com>2019-05-03 16:52:53 -0400
committerThiago da Silva <thiagodasilva@gmail.com>2019-05-07 15:44:00 -0400
commit37e257913c161905f96cde8e783aaa501a4e419d (patch)
tree71be149d689f5ea3a70d8344c14e46800a7c297b /.dockerignore
parentce1ba6a51d27271be9cdf9b5915b39bab5498948 (diff)
downloadswift-37e257913c161905f96cde8e783aaa501a4e419d.tar.gz
Add Dockerfile to build a SAIO container image
Added Dockerfile and configuration files under the new `docker` directory to build a Swift All in One container image. The primary goal of this container image is to provide application developers with a Swift/S3 endpoint that can be tested against during the development cycle. Added Zuul jobs to build docker container Change-Id: Ib10975a1862a4fa8c4eeaba139837cf1f22b272a
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 000000000..e8bdd7d5c
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,11 @@
+.tox
+api-ref
+cover
+doc/manpages
+doc/s3api
+doc/source
+examples
+releasenotes
+.stestr
+test
+tools