Changes
Page history
Update 2_Image_Building
authored
Jan 10, 2025
by
Willem Fiene
Hide whitespace changes
Inline
Side-by-side
system/deployment/2_Image_Building.md
View page @
58ad0412
...
...
@@ -45,7 +45,7 @@ git apply example/path/to/example_changes.patch
Update
`hyrax/deploy_info.json`
and generate docker image tag string
```
shell
./hyrax/deploy_info.sh
export
DOCKER_IMAGE_TAG
=
"
$(
git describe
--all
always
--long
--tags
)
_
$(
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
)
_
$(
jq
-r
'.last_deployed'
< hyrax/deploy_info.json |
sed
's|\+00:00$|UTC|g;s|:|-|g'
)
"
# Check the docker image tag
echo
"
${
DOCKER_IMAGE_TAG
}
"
...
...
...
...