Changes
Page history
Update 2_Image_Building - Remove one new line
authored
Jan 31, 2025
by
Nils Küster
Show whitespace changes
Inline
Side-by-side
system/deployment/2_Image_Building.md
View page @
a1385f2c
...
@@ -46,7 +46,6 @@ Update `hyrax/deploy_info.json` and generate docker image tag string
...
@@ -46,7 +46,6 @@ Update `hyrax/deploy_info.json` and generate docker image tag string
./hyrax/deploy_info.sh
./hyrax/deploy_info.sh
export
DOCKER_IMAGE_TAG
=
"
$(
git describe
--all
--always
--long
--tags
|
sed
-e
's|^heads/||'
-e
's|/|_|g'
)
_
$(
jq
-r
'.last_deployed'
< hyrax/deploy_info.json |
sed
's|\+00:00$|UTC|g;s|:|-|g'
)
"
export
DOCKER_IMAGE_TAG
=
"
$(
git describe
--all
--always
--long
--tags
|
sed
-e
's|^heads/||'
-e
's|/|_|g'
)
_
$(
jq
-r
'.last_deployed'
< hyrax/deploy_info.json |
sed
's|\+00:00$|UTC|g;s|:|-|g'
)
"
# Check the docker image tag
# Check the docker image tag
echo
"
${
DOCKER_IMAGE_TAG
}
"
echo
"
${
DOCKER_IMAGE_TAG
}
"
```
```
...
...
...
...