Skip to content

Commit

Permalink
Update docker files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Apr 15, 2016
1 parent 8736e9d commit 8e883ad
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file removed docker/2.0/Dockerrun.aws.zip
Binary file not shown.
Binary file removed docker/2.0/Dockerrun.aws/.ebextensions/.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions docker/2.0/Dockerfile → docker/2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost

# Copy over files
ADD https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz /
RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz /
RUN tar -zxvf /mattermost-team-2.2.0-linux-amd64.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /

Expand Down
Binary file added docker/2.2/Dockerrun.aws.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "mattermost/platform:2.0",
"Name": "mattermost/platform:2.2",
"Update": "true"
},
"Ports": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8e883ad

Please sign in to comment.