We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Podman on Fedora 34, and having applied the fix for #54, the buid fails on the tar -xf asset-static-assembly.tar.gz step, with following errors:
tar -xf asset-static-assembly.tar.gz
jetbrains-editor-images/Dockerfile
Line 52 in cdeef85
+ chmod 644 ide/projector-server/lib/Java-WebSocket-1.5.1.jar ide/projector-server/lib/annotations-13.0.jar ide/projector-server/lib/dnsjava-2.1.9.jar ide/projector-server/lib/javassist-3.27.0-GA.jar ide/projector-server/lib/jsoup-1.13.1.jar ide/projector-server/lib/kotlin-reflect-1.4.20.jar ide/projector-server/lib/kotlin-stdlib-1.4.20.jar ide/projector-server/lib/kotlin-stdlib-common-1.4.20.jar ide/projector-server/lib/kotlin-stdlib-jdk7-1.4.20.jar ide/projector-server/lib/kotlin-stdlib-jdk8-1.4.20.jar ide/projector-server/lib/kotlinx-serialization-core-jvm-1.0.1.jar ide/projector-server/lib/kotlinx-serialization-json-jvm-1.0.1.jar ide/projector-server/lib/kotlinx-serialization-protobuf-jvm-1.0.1.jar ide/projector-server/lib/projector-awt-1.2.1.jar ide/projector-server/lib/projector-common-jvm-1.0-SNAPSHOT.jar ide/projector-server/lib/projector-server-1.2.1.jar ide/projector-server/lib/projector-server-core-1.0-SNAPSHOT.jar ide/projector-server/lib/projector-util-agent-1.0-SNAPSHOT.jar ide/projector-server/lib/projector-util-logging-jvm-1.0-SNAPSHOT.jar ide/projector-server/lib/slf4j-api-1.7.30.jar ide/projector-server/lib/slf4j-simple-1.7.30.jar + tar -xf asset-static-assembly.tar.gz tar: static/entrypoint.sh: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/ide-projector-launcher.sh: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/laf.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/ui.lnf.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/updates.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/colors.scheme.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/ide.general.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/other.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options/path.macros.xml: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config/options: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config/config: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user/.config: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static/projector-user: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: static: Cannot change ownership to uid 105971, gid 1001: Invalid argument tar: Exiting with failure status due to previous errors [2/2] STEP 1/12: FROM registry.access.redhat.com/ubi8-minimal:8.4-208 Error: error building at STEP "RUN set -ex && microdnf install -y --nodocs findutils tar gzip unzip && cd /tmp/ide-unpacked && tar xf asset-ide-packaging.tar.gz && rm asset-ide-packaging.tar.gz && find . -maxdepth 1 -type d -name * -exec mv {} $PROJECTOR_DIR/ide \; && cd $PROJECTOR_DIR && rm -rf /tmp/ide-unpacked && unzip asset-projector-server-assembly.zip && rm asset-projector-server-assembly.zip && find . -maxdepth 1 -type d -name projector-server-* -exec mv {} projector-server \; && mv projector-server ide/projector-server && chmod 644 ide/projector-server/lib/* && tar -xf asset-static-assembly.tar.gz && rm asset-static-assembly.tar.gz && mv static/* . && rm -rf static && mv ide-projector-launcher.sh ide/bin && find . -exec chgrp 0 {} \; -exec chmod g+rwX {} \; && find . -name "*.sh" -exec chmod +x {} \; && mv projector-user/.config .default && rm -rf projector-user": error while running runtime: exit status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Podman on Fedora 34, and having applied the fix for #54, the buid fails on the
tar -xf asset-static-assembly.tar.gz
step, with following errors:jetbrains-editor-images/Dockerfile
Line 52 in cdeef85
The text was updated successfully, but these errors were encountered: