Skip to content

Console Output

11:38:44 [2025-11-03T10:38:44.658Z] + docker build -t silverpeas/silverbuild:latest .
11:38:44 [2025-11-03T10:38:44.908Z] #0 building with "default" instance using docker driver
11:38:44 [2025-11-03T10:38:44.908Z] 
11:38:44 [2025-11-03T10:38:44.908Z] #1 [internal] load build definition from Dockerfile
11:38:44 [2025-11-03T10:38:44.908Z] #1 transferring dockerfile: 5.04kB done
11:38:44 [2025-11-03T10:38:44.908Z] #1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 9)
11:38:44 [2025-11-03T10:38:44.908Z] #1 DONE 0.0s
11:38:44 [2025-11-03T10:38:44.908Z] 
11:38:44 [2025-11-03T10:38:44.908Z] #2 [internal] load metadata for docker.io/library/ubuntu:noble
11:38:45 [2025-11-03T10:38:45.459Z] #2 DONE 0.8s
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #3 [internal] load .dockerignore
11:38:45 [2025-11-03T10:38:45.709Z] #3 transferring context: 2B done
11:38:45 [2025-11-03T10:38:45.709Z] #3 DONE 0.0s
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #4 [1/5] FROM docker.io/library/ubuntu:noble@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
11:38:45 [2025-11-03T10:38:45.709Z] #4 DONE 0.0s
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #5 [internal] load build context
11:38:45 [2025-11-03T10:38:45.709Z] #5 transferring context: 4.47MB 0.1s done
11:38:45 [2025-11-03T10:38:45.709Z] #5 DONE 0.1s
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #6 [2/5] COPY src/maven-deps.zip /tmp/
11:38:45 [2025-11-03T10:38:45.709Z] #6 CACHED
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #7 [3/5] RUN apt-get update && apt-get install -y --no-install-recommends     apt-utils     iputils-ping     vim     curl     git     openssh-client     gnupg     locales     language-pack-en     language-pack-fr     tzdata     procps     net-tools     zip     unzip     openjdk-11-jdk     openjdk-17-jdk     ffmpeg     imagemagick     ghostscript     libreoffice-writer     libreoffice-calc     libreoffice-impress     gpgv     groovy   && groupadd -g 119 silverbuild   && useradd -u 111 -g 119 -d /home/silverbuild -s /bin/bash -m silverbuild   && curl -sL https://deb.nodesource.com/setup_24.x | bash -   && apt-get install -y nodejs   && rm -rf /var/lib/apt/lists/*   && update-ca-certificates -f   && mkdir -p /usr/share/maven /usr/share/maven/ref   && curl -fsSL -o /tmp/apache-maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz   && echo "bcfe4fe305c962ace56ac7b5fc7a08b87d5abd8b7e89027ab251069faebee516b0ded8961445d6d91ec1985dfe30f8153268843c89aa392733d1a3ec956c9978  /tmp/apache-maven.tar.gz" | sha512sum -c -   && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1   && rm -f /tmp/apache-maven.tar.gz   && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn   && unzip /tmp/maven-deps.zip -d /home/silverbuild/   && curl -fsSL -o /tmp/swftools-bin-0.9.2.zip https://www.silverpeas.org/files/swftools-bin-0.9.2.zip   && echo 'd40bd091c84bde2872f2733a3c767b3a686c8e8477a3af3a96ef347cf05c5e43 *swftools-bin-0.9.2.zip' | sha256sum -   && unzip /tmp/swftools-bin-0.9.2.zip -d /   && curl -fsSL -o /tmp/pdf2json-bin-0.68.zip https://www.silverpeas.org/files/pdf2json-bin-0.68.zip   && echo 'eec849cdd75224f9d44c0999ed1fbe8764a773d8ab0cf7fff4bf922ab81c9f84 *pdf2json-bin-0.68.zip' | sha256sum -   && unzip /tmp/pdf2json-bin-0.68.zip -d /   && curl -fsSL -o /tmp/wildfly-26.1.3.Final.FOR-TESTS.zip https://www.silverpeas.org/files/wildfly-26.1.3.Final.FOR-TESTS.zip   && mkdir /opt/wildfly-for-tests   && unzip /tmp/wildfly-26.1.3.Final.FOR-TESTS.zip -d /opt/wildfly-for-tests/   && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen   && echo "fr_FR.UTF-8 UTF-8" >> /etc/locale.gen   && echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen   && locale-gen   && update-locale LANG=fr_FR.UTF-8 LANGUAGE=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8
11:38:45 [2025-11-03T10:38:45.709Z] #7 CACHED
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #8 [4/5] COPY src/settings.xml /home/silverbuild/.m2/
11:38:45 [2025-11-03T10:38:45.709Z] #8 CACHED
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #9 [5/5] RUN chown -R silverbuild:silverbuild /home/silverbuild   && chown -R silverbuild:silverbuild /opt/wildfly-for-tests
11:38:45 [2025-11-03T10:38:45.709Z] #9 CACHED
11:38:45 [2025-11-03T10:38:45.709Z] 
11:38:45 [2025-11-03T10:38:45.709Z] #10 exporting to image
11:38:45 [2025-11-03T10:38:45.710Z] #10 exporting layers done
11:38:45 [2025-11-03T10:38:45.710Z] #10 writing image sha256:a544cf1439d6f4861f6a30ff64a59ec61c5781b95e63f88add64d7b0a30db23f 0.1s done
11:38:45 [2025-11-03T10:38:45.710Z] #10 naming to docker.io/silverpeas/silverbuild:latest 0.0s done
11:38:45 [2025-11-03T10:38:45.710Z] #10 DONE 0.1s
11:38:45 [2025-11-03T10:38:45.960Z] 
11:38:45 [2025-11-03T10:38:45.960Z]  8 warnings found (use docker --debug to expand):
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 95)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 96)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 97)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 98)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 101)
11:38:45 [2025-11-03T10:38:45.960Z]  - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 9)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 93)
11:38:45 [2025-11-03T10:38:45.960Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 94)