Skip to content

Commit

Permalink
Merge pull request #287 from overture-stack/feature/update-song-docke…
Browse files Browse the repository at this point in the history
…r-1.0.3

updated song-docker to 1.0.3
  • Loading branch information
andricDu authored May 29, 2018
2 parents 302f3e4 + d887584 commit 427104c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion song-docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM song_base-ubuntu:latest
MAINTAINER ICGC <[email protected]>

ENV CLIENT_RELEASE_VERSION 1.0.2
ENV CLIENT_RELEASE_VERSION 1.0.3
ENV CLIENT_HOME $DCC_DATA
ENV DOWNLOAD_URL https://artifacts.oicr.on.ca/artifactory/dcc-release/org/icgc/dcc/song-client/${CLIENT_RELEASE_VERSION}/song-client-${CLIENT_RELEASE_VERSION}-dist.tar.gz
ENV TARBALL $DCC_HOME/download.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion song-docker/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM song_base-db:latest
MAINTAINER ICGC <[email protected]>

ENV SERVER_RELEASE_VERSION 1.0.2
ENV SERVER_RELEASE_VERSION 1.0.3
ENV PGDATA /var/lib/postgresql/data/pgdata
ENV POSTGRES_INIT_SQL /docker-entrypoint-initdb.d/init.sql

Expand Down
2 changes: 1 addition & 1 deletion song-docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER ICGC <[email protected]>
#
# Configuration
#
ENV SERVER_RELEASE_VERSION 1.0.2
ENV SERVER_RELEASE_VERSION 1.0.3
ENV SONG_HOME $DCC_HOME/song-server
ENV SONG_LOGS $DCC_HOME/song-server/logs
ENV DOWNLOAD_URL https://artifacts.oicr.on.ca/artifactory/dcc-release/org/icgc/dcc/song-server/${SERVER_RELEASE_VERSION}/song-server-${SERVER_RELEASE_VERSION}-dist.tar.gz
Expand Down

0 comments on commit 427104c

Please sign in to comment.