We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2832f commit 6066a43Copy full SHA for 6066a43
1 file changed
deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
@@ -83,7 +83,7 @@ build {
83
"sudo yum install -y java-1.8.0-amazon-corretto.x86_64",
84
"echo 'export JAVA_HOME=/etc/alternatives/jre' | sudo tee /etc/profile.d/java_home.sh",
85
"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",
+ "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",
87
"sudo find /opt/dolphinscheduler/ -name start.sh | xargs -I{} sudo chmod +x {}",
88
]
89
}
0 commit comments