Estoy tratando de hacer una instalacion nueva de wichi y cuando ejecuto el comando DOCKER_BUILDKIT=1 docker build wichi -t pentaho_server_94 . que esta en el manual en el punto 2.2.2. Crear la imagen tengo este error.
[+] Building 3.8s (18/91)
=> [internal] load build definition from Dockerfile 0.2s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.2s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 2.8s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 2.7s
=> [pentaho_builder 1/54] FROM Docker Hub Container Image Library | App Containerization 0.0s
=> [stage-1 1/32] FROM Docker Hub Container Image Library | App Containerization 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 4.62kB 0.0s
=> CACHED [stage-1 2/32] RUN mkdir -p /opt/pentaho/server; mkdir /opt/pentaho/.pentaho; useradd -s /bin/bash -d /opt/pentaho pentaho 0.0s
=> CACHED [stage-1 3/32] WORKDIR /opt/pentaho 0.0s
=> CACHED [pentaho_builder 2/54] RUN apk --no-cache add curl 0.0s
=> CACHED [pentaho_builder 3/54] WORKDIR /tmp 0.0s
=> CACHED [pentaho_builder 4/54] RUN curl -L -o pentaho-server.zip https://privatefilesbucket-community-edition.s3.us-west-2.amazona 0.0s
=> CACHED [pentaho_builder 5/54] RUN curl -L -o pdi.zip https://privatefilesbucket-community-edition.s3.us-west-2.amazonaws.com/9.4. 0.0s
=> CACHED [pentaho_builder 6/54] RUN curl -L -o postgresql-42.6.0.jar https://jdbc.postgresql.org/download/postgresql-42.6.0.jar 0.0s
=> CACHED [pentaho_builder 7/54] COPY tools/ . 0.0s
=> CACHED [pentaho_builder 8/54] RUN mkdir -p /opt/pentaho/server; mkdir /opt/pentaho/.pentaho; adduser -s /bin/bash -h /opt/pentaho 0.0s
=> CACHED [pentaho_builder 9/54] WORKDIR /opt/pentaho/server 0.0s
=> ERROR [pentaho_builder 10/54] RUN unzip -q /tmp/pentaho-server.zip -d /opt/pentaho/server 0.6s
[pentaho_builder 10/54] RUN unzip -q /tmp/pentaho-server.zip -d /opt/pentaho/server:
#18 0.466 unzip: short read
executor failed running [/bin/sh -c unzip -q /tmp/pentaho-server.zip -d ${PENTAHO_HOME}/server]: exit code: 1
Veo que quiere descomprimir un archivo zip pero no lo esta descargando, como lo puedo solucionar el problema?