Skip to content

Commit

Permalink
docs: fix link for Crystal linux. Fix #1418
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Jun 20, 2024
1 parent e810ea0 commit e17c3a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Fetch from compatibility table all the distros supported
- id: set-matrix
run: |
skip_list="bazzite|slackware|crystal|stream8"
skip_list="bazzite|slackware|stream8"
echo "::set-output name=targets::$(sed -n -e '/| Alma/,/| Void/ p' docs/compatibility.md |
cut -d'|' -f 4 |
Expand Down
3 changes: 2 additions & 1 deletion distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ version="1.7.2.1"
# Expected global variables:
# version: distrobox version
# Expected env variables:
# None
# USER
# HOME
# Outputs:
# print usage with examples.
show_help()
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Distrobox guests tested successfully with the following container images:
| CentOS | 7 | quay.io/centos/centos:7 |
| Chainguard Wolfi | Small note: sudo is missing, use su-exec instead. | cgr.dev/chainguard/wolfi-base:latest |
| ClearLinux | | docker.io/library/clearlinux:latest <br> docker.io/library/clearlinux:base |
| Crystal Linux | | registry.getcryst.al/crystal/misc/docker:latest |
| Crystal Linux | | registry.gitlab.com/crystal-linux/misc/docker:latest |
| Debian | 7 <br> 8 <br> 9 <br> 10 <br> 11 <br> 12 | docker.io/debian/eol:wheezy <br> docker.io/library/debian:buster <br> docker.io/library/debian:bullseye-backports <br> docker.io/library/debian:bookworm-backports <br> docker.io/library/debian:stable-backports |
| Debian | Testing | docker.io/library/debian:testing <br> docker.io/library/debian:testing-backports |
| Debian | Unstable | docker.io/library/debian:unstable |
Expand Down

0 comments on commit e17c3a6

Please sign in to comment.