You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/10/23 13:18:06 UTC

[incubator-heron] branch 0.20.5-incubating-site-changes updated: rollback ubuntu image

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch 0.20.5-incubating-site-changes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/0.20.5-incubating-site-changes by this push:
     new 6a0aac8239c rollback ubuntu image
6a0aac8239c is described below

commit 6a0aac8239cdfcfdc2361a6e9a454ee4ff14a1d5
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sun Oct 23 08:17:54 2022 -0500

    rollback ubuntu image
---
 website2/website/scripts/compile-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/compile-docker.sh b/website2/website/scripts/compile-docker.sh
index 32e55c4d593..80a008f1f4b 100755
--- a/website2/website/scripts/compile-docker.sh
+++ b/website2/website/scripts/compile-docker.sh
@@ -38,7 +38,7 @@ dockerfile_path_for_platform() {
   echo "$PROJECT_DIR/website/scripts/Dockerfile.$1"
 }
 
-TARGET_PLATFORM="ubuntu22.04"
+TARGET_PLATFORM="ubuntu18.04"
 DOCKER_FILE=$(dockerfile_path_for_platform $TARGET_PLATFORM)
 verify_dockerfile_exists $DOCKER_FILE