Skip to content
#

container-registry

Here are 85 public repositories matching this topic...

DarwinJS
DarwinJS commented Apr 29, 2022

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

help wanted good first issue question
nixery
truatpasteurdotfr
truatpasteurdotfr commented Oct 26, 2021
[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

enhancement good first issue
amouat
amouat commented Aug 23, 2021

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

Full CI pipeline project based on Gitlab & Gitlab CI running Docker, completely automated setup by Vagrant & Ansible, providing Let´s Encrypt certificates for private Servers, multiple Gitlab-Runners and the Gitlab Container Registry, incl. GitLab Pages

  • Updated Jan 15, 2020
  • Shell

Improve this page

Add a description, image, and links to the container-registry topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more