Skip to content

Commit

Permalink
Updating docker version in ARM template to use latest release tagged …
Browse files Browse the repository at this point in the history
…image (#668)

* Adding DevSkim linter to Github actions

* Fix in ARM template to pull latest tagged release image from dockerhub

* Removing dev skim file from this branch

* Fixing linkedin org reference
  • Loading branch information
jainr authored Sep 14, 2022
1 parent a54180b commit 9cb35e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dev_guide/feathr_overall_release_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Before the release is made, the version needs to be updated in following places
- [conf.py](https://github.com/feathr-ai/feathr/blob/main/feathr_project/docs/conf.py#L27) - For documentation version
- [feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/test/test_user_workspace/feathr_config.yaml#L84) - To set the spark runtime location for Azure Synapse and Azure Databricks used by test suite.
- [constants.py](https://github.com/feathr-ai/feathr/blob/73656fe4a57219e99ff6fede10d51a000ae90fa1/feathr_project/feathr/constants.py#L31) - To set the default maven artifact version
- [azure_resource_provision.json](https://github.com/feathr-ai/feathr/blob/main/docs/how-to-guides/azure_resource_provision.json#L114) - To set the deployment template to pull the latest release image.

## Triggering automated release pipelines
Our goal is to automate the release process as much as possible. So far, we have automated the following steps
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/azure_resource_provision.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"destinationBacpacBlobUrl": "[concat('https://',variables('dlsName'),'.blob.core.windows.net/',variables('dlsFsName'),'/',variables('bacpacBlobName'))]",
"bacpacDeploymentScriptName": "CopyBacpacFile",
"bacpacDbExtensionName": "registryRbacDbImport",
"preBuiltdockerImage": "feathrfeaturestore/feathr-registry"
"preBuiltdockerImage": "feathrfeaturestore/feathr-registry:releases-v0.7.2"
},
"functions": [],
"resources": [
Expand Down

0 comments on commit 9cb35e6

Please sign in to comment.