Skip to content

Commit 3f4909a

Browse files
authored
Merge pull request #4658 from Azure/hlipsig/ARO-0000-remove-conflicting-packages
Remove conflicting packages that are now included with base image
2 parents 9fc1f34 + e525d00 commit 3f4909a

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

pkg/deploy/assets/gateway-production.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pkg/deploy/assets/rp-production.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pkg/deploy/generator/scripts/gatewayVMSS.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ main() {
2828

2929
# shellcheck disable=SC2034
3030
local -ra install_pkgs=(
31-
clamav
32-
azsec-clamav
3331
azure-cli
3432
azure-mdsd
35-
azure-security
3633
podman
3734
podman-docker
3835
openssl-perl

pkg/deploy/generator/scripts/rpVMSS.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ main() {
2727

2828
# shellcheck disable=SC2034
2929
local -ra install_pkgs=(
30-
clamav
31-
azsec-clamav
3230
azure-cli
3331
azure-mdsd
34-
azure-security
3532
podman
3633
podman-docker
3734
openssl-perl

0 commit comments

Comments
 (0)