Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 10, 2022
1 parent 3466d64 commit 591327e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Images GitHub pages
# Nix Devbox GitHub pages

This is the interface to show the containers in the Docker Images repository.
The content is generated from containers built by [docker-images](https://github.com/rse-ops/docker-images)
This is the interface to show the Nix Devboxes available.
The content is generated from containers built by [devbox](https://github.com/rse-ops/devbox)
by the [docker images librarian](https://github.com/rse-ops/librarian).

6 changes: 3 additions & 3 deletions _layouts/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-danger " color-on-scroll="100">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="https://rse-ops.github.io/docker-images/" rel="tooltip" data-placement="bottom" target="_blank">
<a class="navbar-brand" href="https://rse-ops.github.io/devbox/" rel="tooltip" data-placement="bottom" target="_blank">
<span>RSE-ops • </span> Container Bases
</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -69,8 +69,8 @@
<a href="https://rse-ops.github.io/docs" class="dropdown-item">
<i class="tim-icons icon-paper"></i> Documentation
</a>
<a href="https://github.com/rse-ops/docker-images" class="dropdown-item">
<i class="tim-icons icon-bullet-list-67"></i>Docker Images on GitHub
<a href="https://github.com/rse-ops/devbo9x" class="dropdown-item">
<i class="tim-icons icon-bullet-list-67"></i>Devbox on GitHub
</a>
</div>
</li>
Expand Down
Empty file removed _library/.gitkeep
Empty file.
6 changes: 2 additions & 4 deletions _library/ghcr.io-rse-ops-openmpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ layout: container
name: ghcr.io/rse-ops/openmpi
updated_at: 2022-11-09 23:36:21.642045


container_url: https://github.com/orgs/rse-ops/packages/container/package/openmpi
versions:
- tag: clang-14
dockerfile: https://github.com/rse-ops/docker-images/blob/main/openmpi/Dockerfile
dockerfile: https://github.com/rse-ops/devbox/blob/main/openmpi/Dockerfile
manifest: https://crane.ggcr.dev/manifest/ghcr.io/rse-ops/openmpi:clang-14

---
---
2 changes: 1 addition & 1 deletion scripts/templates/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updated_at: {{ updated_at }}
container_url: https://github.com/orgs/rse-ops/packages/container/package/{{ name }}
versions:
{% for tag, metadata in metadata.items() %} - tag: {{ tag }}
dockerfile: https://github.com/rse-ops/docker-images/blob/main/{{ metadata.dockerfile }}
dockerfile: https://github.com/rse-ops/nix-devbox/blob/main/{{ metadata.dockerfile }}
manifest: {{ metadata.manifest }}
{% endfor %}
---
Expand Down

0 comments on commit 591327e

Please sign in to comment.