This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new e976c918c1 [CALCITE-6845] Self-host website images
e976c918c1 is described below
commit e976c918c16b064ed4a55c3f68e489ffbd29358b
Author: Francis Chuang <[email protected]>
AuthorDate: Tue Feb 18 09:46:30 2025 +1100
[CALCITE-6845] Self-host website images
---
site/docker-compose.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/docker-compose.yml b/site/docker-compose.yml
index ffcabbd178..99da5f9d78 100644
--- a/site/docker-compose.yml
+++ b/site/docker-compose.yml
@@ -25,7 +25,8 @@ services:
- .:/root
build-site:
image: ruby:3.3.7-slim-bullseye
- command: sh -c "rm -rf /home/jekyll/.bundle /home/jekyll/Gemfile.lock
/home/jekyll/.jekyll-cache /home/target/ && apt-get update && apt-get install
-y build-essential libssl-dev zlib1g-dev ruby-dev bundler wget && wget -O
/usr/bin/yq
https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 &&
chmod +x /usr/bin/yq && ./download-avatars.sh && cd /home/jekyll && bundle
install && bundle exec jekyll build && mkdir ./.git && chmod 777 ./*"
+ working_dir: /home/jekyll
+ command: sh -c "rm -rf /home/jekyll/.bundle /home/jekyll/Gemfile.lock
/home/jekyll/.jekyll-cache /home/target/ && apt-get update && apt-get install
-y build-essential libssl-dev zlib1g-dev ruby-dev bundler wget && wget -O
/usr/bin/yq
https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 &&
chmod +x /usr/bin/yq && ./download-avatars.sh && bundle install && bundle exec
jekyll build && chmod 777 ./*"
volumes:
- .:/home/jekyll
generate-javadoc: