[
https://issues.apache.org/jira/browse/TRAFODION-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608836#comment-16608836
]
ASF GitHub Bot commented on TRAFODION-3200:
-------------------------------------------
Github user PierreSmits commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1709#discussion_r216228515
--- Diff: tools/docker/build-base-docker.sh ---
@@ -19,7 +19,7 @@ set -e -x -u
BASE_SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
-export DOCKER_ENV_VERSION="0.1"
+export DOCKER_ENV_VERSION="2.3"
export BASE_IMAGE_NAME="trafodion/base:${DOCKER_ENV_VERSION}"
--- End diff --
For sure the changes need to wind up in the 2.3 branch.
However, having them also in master will show there what latest stable
release should be worked with when doing a deployment (implementation) in an
adopters environment
> Docker files should show correct version
> ----------------------------------------
>
> Key: TRAFODION-3200
> URL: https://issues.apache.org/jira/browse/TRAFODION-3200
> Project: Apache Trafodion
> Issue Type: Improvement
> Affects Versions: 2.3
> Reporter: Pierre Smits
> Assignee: Pierre Smits
> Priority: Major
> Fix For: 2.3
>
>
> Currently files under /tools/docker show have parameters that show incorrect
> values.
> * DOCKER_ENV_VERSION
> * version
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)