Skip to content

Commit 8ababe4

Browse files
author
Arnaud
authored
Merge pull request #31 from ouranos/feature/fix-image
Lock to jessie and add default aws region
2 parents a0547a7 + 53c7ad2 commit 8ababe4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

2.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.3
1+
FROM ruby:2.3-jessie
22

33
# Install System libraries
44
RUN apt-get update && apt-get install -y \

2.3/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export RAILS_ENV=${RAILS_ENV:-production}
1111
export RAILS_LOG_TO_STDOUT=${RAILS_LOG_TO_STDOUT:-true}
1212
export GIT_BRANCH=${GIT_BRANCH:-master}
1313
export BUNDLE_JOBS=${BUNDLE_JOBS:-$(nproc)} # default to number of cores
14+
export S3_REGION=${S3_REGION:-ap-southeast-1}
1415

1516
# Configure bundler to use gemstash server if specified
1617
if [ -n "$GEMSTASH_SERVER" ]; then

0 commit comments

Comments
 (0)