This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-website in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-website by this push: new 8583c1a04bb Change corepack home 8583c1a04bb is described below commit 8583c1a04bb7c7c5c535a98ee6f4004f2ffd20ea Author: Vitaly Terentyev <vitaly.terent...@akvelon.com> AuthorDate: Mon Aug 11 08:56:26 2025 +0400 Change corepack home --- website/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/Dockerfile b/website/Dockerfile index c66685abfb7..4aa8f8121a7 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -58,6 +58,8 @@ RUN npm update -g npm RUN npm install postcss postcss-cli autoprefixer # Install yarn +ENV COREPACK_HOME=/usr/local/share/.corepack +RUN mkdir -p $COREPACK_HOME && chmod -R 777 $COREPACK_HOME RUN corepack enable && corepack prepare yarn@stable --activate # Install hugo extended version v0.117.0