-
### Nomad version
Nomad v0.5.4
We've made artifact with many symlinks in it. Is our case this links goes to so(shared objects), like in this sample:
```
lrwxrwxrwx 1 root root 18 Feb 8…
-
From a Git repository where I have an app:
```
[stuart@stushiba laterti.me]$ git archive HEAD | sudo docker run -a stdin progrium/buildstep /bin/bash -c "mkdir -p /app && tar -xC /app"
34e3cf0bf9cbe2…
-
For our scripts to work, we need to download the Netflix prize data. As this file is ~500 MB and the licensing terms are dubious, we decided early on not to include it as part of the repo. It is howev…
-
## Describe the bug
A colleague is running into trouble with recent nixpkgs-unstable versions of QGIS on Ubuntu 24.04.1:
- The 2024-01-25 version runs fine: `nix-shell --include nixpkgs=https:/…
l0b0 updated
11 hours ago
-
With `docker`, we can save multiple images inside the same archive:
```
docker save img1:latest image2:latest > archive.tar
```
Currently, if an archive is generated like that, we get the follow…
-
I have been getting the following error when building since last week.
When I checked the source directory myself, it seems that the location has changed a bit,
http://archive.apache.org/dist…
-
I downloaded the Glint360k dataset via Baidu cloud, and the link was written on the Readme file. After the downloading finished, I tried to decompress the file using the `cat glint360k_* | tar -xzvf -…
-
### Proposal Details
In Go 1.23, we can use range-over-func a.k.a iterator and developers propose to apply for the package into some packages.
For instance, the following issues are easy to know…
-
I get this error when starting up a docker compose:
```
2024/11/13 17:31:18 Loaded Factorio settings from /opt/factorio/config/server-settings.json
2024/11/13 17:31:18 error on loading factorio v…
-
currently supported:
- [x] .txt
- [x] .zip
bugs:
- [ ] .html
no support yet:
- [ ] compressed archives (such as .tar.gz, .tar.xz etc)
- [ ] .tar
trunc:
- [ ] txt previews and archive previews…