Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--index-url https://pypi.python.org/simple
sphinx==1.6.1
sphinx==1.6.7
sphinx-bootstrap-theme==0.4.8
docutils==0.16
Jinja2==3.0.3
6 changes: 6 additions & 0 deletions packaging/docker/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ function build_and_push_images () {
compile_ycsb
fi
logg "TAG ${image_tag#${registry}/foundationdb/}"
##############################################
#EXTRA OPTIONS
#You can add extra options HTTP_PROXY and HTTPS_PROXY as parameters in command "docker build"
# --build-arg HTTPS_PROXY="${HTTPS_PROXY}" \
# --build-arg HTTP_PROXY="${HTTP_PROXY}" \
##############################################
docker build \
--label "org.foundationdb.version=${fdb_version}" \
--label "org.foundationdb.build_date=${build_date}" \
Expand Down