Skip to content

Commit 6066a43

Browse files
authored
[Chore] Update download URL for DolphinScheduler tarball (#18087)
1 parent 7f2832f commit 6066a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/terraform/aws/packer/ds-ami-official.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ build {
8383
"sudo yum install -y java-1.8.0-amazon-corretto.x86_64",
8484
"echo 'export JAVA_HOME=/etc/alternatives/jre' | sudo tee /etc/profile.d/java_home.sh",
8585
"sudo mkdir -p /opt/dolphinscheduler",
86-
"curl -Ls http://archive.apache.org/dist/dolphinscheduler/${var.ds_version}/apache-dolphinscheduler-${var.ds_version}-bin.tar.gz | sudo tar zxvf - --strip-components 1 -C /opt/dolphinscheduler",
86+
"curl -Ls https://archive.apache.org/dist/dolphinscheduler/${var.ds_version}/apache-dolphinscheduler-${var.ds_version}-bin.tar.gz | sudo tar zxvf - --strip-components 1 -C /opt/dolphinscheduler",
8787
"sudo find /opt/dolphinscheduler/ -name start.sh | xargs -I{} sudo chmod +x {}",
8888
]
8989
}

0 commit comments

Comments
 (0)