# NAME: discourse_base
-# VERSION: 1.3.1
+# VERSION: 1.3.2
FROM ubuntu:16.04
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
-RUN echo "1.3.0" > /VERSION
+RUN echo "1.3.2" > /VERSION
RUN apt-get update && apt-get install -y lsb-release sudo curl
RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections
cd /src/ruby-build && ./install.sh &&\
cd / && rm -rf /src/ruby-build && ruby-build 2.3.1 /usr/local
-RUN gem update --system &&\
- gem install bundler &&\
+RUN gem install bundler &&\
rm -rf /usr/local/share/ri/2.3.0/system &&\
cd / && git clone https://github.com/SamSaffron/pups.git
#
require 'pty'
-$version = "1.3.1"
+$version = "1.3.2"
$docker_squash = "https://github.com/jwilder/docker-squash/releases/download/v0.2.0/docker-squash-linux-amd64-v0.2.0.tar.gz"
-# Current version 1.3.1
-FROM discourse/base:1.3.1
+# Current version 1.3.2
+FROM discourse/base:1.3.2
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
--without test --without development &&\
find /var/www/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} +
-
-# For a smaller but less flexible image:
-#RUN apt-get -y autoremove build-essential gcc gcc-4.7 .+-dev
-#RUN echo image size: $(du -hsx /)
-FROM discourse/discourse:1.3.1
+FROM discourse/discourse:1.3.2
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse
-image=discourse/discourse:1.3.1
+image=discourse/discourse:1.3.2
docker_path=`which docker.io || which docker`
git_path=`which git`