You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -it jbangdev/jbang-action
jbang
jbang is a tool for building and running .java/.jsh scripts and jar packages.
Usage: jbang [-hV] [--insecure] [--preview] [--config=<config>] [--verbose |
--quiet] [-o | --fresh] [COMMAND]
jbang init hello.java [args...]
(to initialize a script)
or jbang edit --open=code --live hello.java
(to edit a script in IDE with live updates
<more stderr printed output>
when run with podman I get:
podman run --rm -it jbangdev/jbang-action
jbang
I'm not sure why but when I try explicit print podman never completes where docker works as expected:
docker run --rm -it jbangdev/jbang-action -c 'System.out.println("out"); System.out.println("err");'
jbang -c System.out.println("out"); System.out.println("err");
Feb 01, 2025 10:54:35 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
out
err
with podman it never completes:
podman run --rm -it jbangdev/jbang-action -c 'System.out.println("out"); System.out.println("err");'
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
jbang -c System.out.println("out"); System.out.println("err");
Steps to reproduce the issue
Steps to reproduce the issue
1.
2.
3.
Describe the results you received
Describe the results you received
Describe the results you expected
expected stderr to show up in the output and that podman completes running.
podman info output
host:
arch: arm64buildahVersion: 1.37.4cgroupControllers:
- cpu
- io
- memory
- pidscgroupManager: systemdcgroupVersion: v2conmon:
package: conmon-2.1.12-2.fc40.aarch64path: /usr/bin/conmonversion: 'conmon version 2.1.12, commit: 'cpuUtilization:
idlePercent: 99.67systemPercent: 0.09userPercent: 0.24cpus: 8databaseBackend: sqlitedistribution:
distribution: fedoravariant: coreosversion: "40"eventLogger: journaldfreeLocks: 2019hostname: localhost.localdomainidMappings:
gidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 100000size: 1000000uidmap:
- container_id: 0host_id: 501size: 1
- container_id: 1host_id: 100000size: 1000000kernel: 6.10.10-200.fc40.aarch64linkmode: dynamiclogDriver: journaldmemFree: 31000653824memTotal: 33574555648networkBackend: netavarknetworkBackendInfo:
backend: netavarkdns:
package: aardvark-dns-1.12.1-1.20241007140227477357.main.38.g08fbf82.fc40.aarch64path: /usr/libexec/podman/aardvark-dnsversion: aardvark-dns 1.13.0-devpackage: netavark-1.12.1-1.20241007131025236895.main.62.g47632d8.fc40.aarch64path: /usr/libexec/podman/netavarkversion: netavark 1.13.0-devociRuntime:
name: crunpackage: crun-1.17-1.20241007140634150540.main.7.g7c194cb.fc40.aarch64path: /usr/bin/crunversion: |- crun version UNKNOWN commit: 4f2c23486977b381fd9461150d2c0038b7d918b3 rundir: /run/user/501/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJLos: linuxpasta:
executable: /usr/bin/pastapackage: passt-0^20240906.g6b38f07-1.fc40.aarch64version: | pasta 0^20240906.g6b38f07-1.fc40.aarch64-pasta Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.remoteSocket:
exists: truepath: /run/user/501/podman/podman.sockrootlessNetworkCmd: pastasecurity:
apparmorEnabled: falsecapabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOTrootless: trueseccompEnabled: trueseccompProfilePath: /usr/share/containers/seccomp.jsonselinuxEnabled: trueserviceIsRemote: trueslirp4netns:
executable: /usr/bin/slirp4netnspackage: slirp4netns-1.2.2-2.fc40.aarch64version: |- slirp4netns version 1.2.2 commit: 0ee2d87523e906518d34a6b423271e4826f71faf libslirp: 4.7.0 SLIRP_CONFIG_VERSION_MAX: 4 libseccomp: 2.5.5swapFree: 0swapTotal: 0uptime: 30h 15m 35.00s (Approximately 1.25 days)variant: v8plugins:
authorization: nulllog:
- k8s-file
- none
- passthrough
- journaldnetwork:
- bridge
- macvlan
- ipvlanvolume:
- localregistries:
docker.io:
Blocked: falseInsecure: falseLocation: docker.ioMirrorByDigestOnly: falseMirrors:
- Insecure: falseLocation: mirror.gcr.ioPullFromMirror: ""Prefix: docker.ioPullFromMirror: ""search:
- docker.iostore:
configFile: /var/home/manderse/.config/containers/storage.confcontainerStore:
number: 21paused: 0running: 1stopped: 20graphDriverName: overlaygraphOptions: {}graphRoot: /var/home/manderse/.local/share/containers/storagegraphRootAllocated: 274272858112graphRootUsed: 42847068160graphStatus:
Backing Filesystem: xfsNative Overlay Diff: "true"Supports d_type: "true"Supports shifting: "false"Supports volatile: "true"Using metacopy: "false"imageCopyTmpDir: /var/tmpimageStore:
number: 47runRoot: /run/user/501/containerstransientStore: falsevolumePath: /var/home/manderse/.local/share/containers/storage/volumesversion:
APIVersion: 5.2.4Built: 1728259200BuiltTime: Mon Oct 7 02:00:00 2024GitCommit: ""GoVersion: go1.22.7Os: linuxOsArch: linux/arm64Version: 5.2.4
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered:
Issue Description
when running with docker I get this:
when run with podman I get:
I'm not sure why but when I try explicit print podman never completes where docker works as expected:
with podman it never completes:
Steps to reproduce the issue
Steps to reproduce the issue
1.
2.
3.
Describe the results you received
Describe the results you received
Describe the results you expected
expected stderr to show up in the output and that podman completes running.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: