-
Updated
Jun 24, 2022 - Go
container-registry
Here are 85 public repositories matching this topic...
[tru@elitebook840g3 ~]$ docker images nixery.dev/shell/bash
REPOSITORY TAG IMAGE ID CREATED SIZE
nixery.dev/shell/bash latest 4edc2efa819a 292 years ago 105 MB
[tru@elitebook840g3 ~]$ docker run -ti nixery.dev/shell/bash bash
bash-5.1# ls -ld /
dr-xr-xr-x 14 0 0 15 Oct 26 22:37 /
bash-5.1#
as / is not
With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html.
We can really clean up a lot of needlessly confusing code and also support of config file by taking advantage of figment. Basically the same figment config would be passed to the Trow frontend, Rocket and the
-
Updated
Jun 1, 2022 - Go
-
Updated
Jun 6, 2022 - Go
-
Updated
Sep 3, 2021 - Go
-
Updated
Mar 17, 2022 - Shell
-
Updated
Jan 15, 2020 - Shell
-
Updated
Jun 10, 2022 - Go
-
Updated
Apr 28, 2022 - Go
-
Updated
May 27, 2022 - Go
-
Updated
Feb 17, 2022 - Shell
-
Updated
Jun 23, 2022 - Go
-
Updated
May 2, 2022 - Go
-
Updated
Dec 1, 2021 - Shell
-
Updated
Jun 8, 2022 - Go
-
Updated
Jun 6, 2022 - Shell
-
Updated
Jul 11, 2020
-
Updated
Apr 22, 2022 - Shell
-
Updated
Nov 12, 2017
-
Updated
Mar 23, 2020 - Go
-
Updated
Jan 21, 2022 - HTML
-
Updated
Jan 14, 2022 - C#
-
Updated
Sep 17, 2018 - Shell
-
Updated
Feb 18, 2022 - Shell
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
May 4, 2021 - Go
-
Updated
May 30, 2022 - Go
Improve this page
Add a description, image, and links to the container-registry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the container-registry topic, visit your repo's landing page and select "manage topics."
While I love minimal containers, ones that leave the package manager off make it difficult to work inside the container.
The GitLab example (thank you for that!) is an example where the job run inside the container - and with the package manager not present, it is challenging to add jq.
Since all the output of crane is json, would it be possible to install jq on the debug tag - or at least t