Skip to content

Commit

Permalink
date-time as defined by RFC 3339
Browse files Browse the repository at this point in the history
  • Loading branch information
jhult committed Apr 11, 2019
1 parent 878963b commit 014c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/buildImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function buildImage() {
local dockerfile=$4
local language=$5
local country=$6
docker build --no-cache -t atldocker/jira:$tagname --build-arg JIRA_PRODUCT=$release --build-arg JIRA_VERSION=$version --build-arg LANG_LANGUAGE=$language --build-arg LANG_COUNTRY=$country --build-arg BUILD_DATE=$(date +"%d/%m/%y-%T%z") -f $dockerfile .
docker build --no-cache -t atldocker/jira:$tagname --build-arg JIRA_PRODUCT=$release --build-arg JIRA_VERSION=$version --build-arg LANG_LANGUAGE=$language --build-arg LANG_COUNTRY=$country --build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") -f $dockerfile .
}

buildImage $1 $2 $3 $4 $5 $6

0 comments on commit 014c63e

Please sign in to comment.