diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 74ca7760..bde83704 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -9,7 +9,10 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "latest"
- }
+ },
+ "ghcr.io/devcontainers/features/ruby:1": {
+ "version": "latest"
+ },
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
diff --git a/collections.html b/collections.html
index 205688e5..09b889a4 100644
--- a/collections.html
+++ b/collections.html
@@ -21,7 +21,7 @@
Collections
{% for c in site.data.collection-index %}
-
+
{{ c.name }} |
{{ c.maintainer | strip_html }} |
{{ c.repository | strip_html }} |
diff --git a/spec.github-issues b/spec.github-issues
new file mode 100644
index 00000000..03fcefab
--- /dev/null
+++ b/spec.github-issues
@@ -0,0 +1,37 @@
+[
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "## Dev Container Spec Issues"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "### Spec repo"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "repo:devcontainers/spec milestone:backlog"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "### All repos with latest milestone"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "repo:devcontainers/images repo:devcontainers/features repo:devcontainers/templates repo:devcontainers/spec repo:devcontainers/devcontainers.github.io repo:devcontainers/cli milestone:\"May 2023\""
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "### Images and Features"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "repo:devcontainers/images repo:devcontainers/features milestone:backlog"
+ }
+]
\ No newline at end of file