This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 6066a43243 [Chore] Update download URL for DolphinScheduler tarball
(#18087)
6066a43243 is described below
commit 6066a43243b26ee30f9f560add1ea8f351017b1e
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 19 14:42:19 2026 +0100
[Chore] Update download URL for DolphinScheduler tarball (#18087)
---
deploy/terraform/aws/packer/ds-ami-official.pkr.hcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
b/deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
index 9a8212d119..b986db2e53 100644
--- a/deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
+++ b/deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
@@ -83,7 +83,7 @@ build {
"sudo yum install -y java-1.8.0-amazon-corretto.x86_64",
"echo 'export JAVA_HOME=/etc/alternatives/jre' | sudo tee
/etc/profile.d/java_home.sh",
"sudo mkdir -p /opt/dolphinscheduler",
- "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",
"sudo find /opt/dolphinscheduler/ -name start.sh | xargs -I{} sudo chmod
+x {}",
]
}