-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to Azure Linux base image (#1410) - Reduces the overall final image size by using Azure Linux - Offers maximum compatibility with Azure infrastructure - Supported by Microsoft * Add missing software packages * Ensure user can access necessary files * Remove dependency on existing layer * Removed unused prose
- Loading branch information
1 parent
4cd1ea8
commit 0db6322
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
set -e | ||
set -o pipefail | ||
|
||
apt-get update && apt-get install jq -y | ||
|
||
RELEASE_TAG="$1" | ||
|
||
APP_SETTINGS_FILES=( | ||
|