-
### What happened?
Deploying the seatadjuster example and running it in the Kanto container runtime reveals that the log output is actually written to `stderr`.
I would expect that DEBUG, INFO is…
-
I am working on the Eclipse KUKSA.val project and I experienced a regression when using the latest 5.10.0 pyinstaller. It occurs for a [Dockerfile](https://github.com/eclipse/kuksa.val.feeders/blob/ma…
-
Noted here:
https://github.com/JonathonReinhart/staticx/pull/194#issuecomment-1624289769
```
gcc -o scons_build/debug/libnssfix/libnssfix.so -Wl,--fatal-warnings -Wl,--no-as-needed -nostdlib -Wl,…
-
Hi,
I have the following `Dockerfile`
Dockerfile details
```dockerfile
ARG BASE_IMAGE
ARG BASE_VERSION
FROM ${BASE_IMAGE}:${BASE_VERSION} AS develop
RUN set -ex; …
-
I have created a test file with:
```python
# test.py
print("Hello world!")
```
Then generated a dynamic binary using pyinstalller:
```sh
pyinstaller --onefile test.py
```
Finally tried to…
-
I encountered this while running under Docker (`i386/ubuntu:16.04` with additional packages):
```
Traceback (most recent call last):
File "/home/jreinhart/.local/bin/staticx", line 8, in
sy…
-
We have 2 Dockerfiles (`Dockerfile` and `Dockerfile.pyi`) which result in an image and in an exe. Instead of maintaining 2 builds, we can remove the image build, and instead the image Dockerfile would…
-
Staticx currently supports Python 3.5 - 3.7 ([setup.py](https://github.com/JonathonReinhart/staticx/blob/f4ccd6466ad59ab054fc5ea8328934bd400252be/setup.py#L137-L139) , [.travis.yml](https://github.com…
-
```
warning: working around a Linux kernel bug by creating a hole of 2093056 bytes in ‘/tmp/staticx-prog-TJVz51’
```
Related issue:
This annoying message was fixed in https://github.com/NixOS/p…
-
I am recently getting this issue when running a b2 sync. Specifically when syncing from b2:// to local machine and it seems to only effect html files.
What I've tried:
- I was able to download thi…