|
|
|
@ -22,6 +22,8 @@
|
|
|
|
|
# Fedora
|
|
|
|
|
"fedora-minimal" = "registry.fedoraproject.org/fedora-minimal"
|
|
|
|
|
"fedora" = "registry.fedoraproject.org/fedora"
|
|
|
|
|
# Gentoo
|
|
|
|
|
"gentoo" = "docker.io/gentoo/stage3"
|
|
|
|
|
# openSUSE
|
|
|
|
|
"opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
|
|
|
|
"opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
|
|
|
@ -54,10 +56,10 @@
|
|
|
|
|
"rhel7" = "registry.access.redhat.com/rhel7"
|
|
|
|
|
"rhel7.9" = "registry.access.redhat.com/rhel7.9"
|
|
|
|
|
"rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
|
|
|
|
|
"rhel-minimal" = "registry.access.redhat.com/rhel-minimum"
|
|
|
|
|
"rhel-minimal" = "registry.access.redhat.com/rhel-minimal"
|
|
|
|
|
"rhel-init" = "registry.access.redhat.com/rhel-init"
|
|
|
|
|
"rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic"
|
|
|
|
|
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimum"
|
|
|
|
|
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimal"
|
|
|
|
|
"rhel7-init" = "registry.access.redhat.com/rhel7-init"
|
|
|
|
|
"rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel"
|
|
|
|
|
"rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"
|
|
|
|
@ -121,3 +123,12 @@
|
|
|
|
|
"rust" = "docker.io/library/rust"
|
|
|
|
|
# node
|
|
|
|
|
"node" = "docker.io/library/node"
|
|
|
|
|
# Grafana Labs
|
|
|
|
|
"grafana/agent" = "docker.io/grafana/agent"
|
|
|
|
|
"grafana/grafana" = "docker.io/grafana/grafana"
|
|
|
|
|
"grafana/k6" = "docker.io/grafana/k6"
|
|
|
|
|
"grafana/loki" = "docker.io/grafana/loki"
|
|
|
|
|
"grafana/mimir" = "docker.io/grafana/mimir"
|
|
|
|
|
"grafana/oncall" = "docker.io/grafana/oncall"
|
|
|
|
|
"grafana/pyroscope" = "docker.io/grafana/pyroscope"
|
|
|
|
|
"grafana/tempo" = "docker.io/grafana/tempo"
|
|
|
|
|