-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from overture-stack/feature/update-song-docke…
…r-1.0.3 updated song-docker to 1.0.3
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|