Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Nov 13, 2023
1 parent c1693f9 commit 7350b1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .mdl_style.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
all
rule 'MD009', :br_spaces => 2
rule 'MD013', :ignore_code_blocks => true
1 change: 1 addition & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style '.mdl_style.rb'
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# centos-boot-layered

Images layered on top of the core [centos-boot](https://github.com/CentOS/centos-boot) base images.
Images layered on top of the core [centos-boot][5] base images.

## Available images

Expand All @@ -20,3 +20,4 @@ and adds cloud-init.
[2]: https://renovatebot.com
[3]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[4]: https://pre-commit.com/
[5]: https://github.com/CentOS/centos-boot
9 changes: 6 additions & 3 deletions fedora-boot-cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# fedora-boot-cloud:eln

This container image [Containerfile](Containerfile) builds on top of the [base Fedora ELN image](github.com/centos/centos-boot)
and adds cloud-init. It can be used in any virtualization/IaaS system that is [supported by cloud-init](https://cloudinit.readthedocs.io/en/latest/reference/datasources.html)
such as [libvirt](https://blog.wikichoon.com/2020/09/virt-install-cloud-init.html), AWS, etc.
This container image [Containerfile](Containerfile) builds on top of the
[base Fedora ELN image](github.com/centos/centos-boot) and adds cloud-init. It
can be used in any virtualization/IaaS system that is
[supported by cloud-init](https://cloudinit.readthedocs.io/en/latest/reference/datasources.html)
such as [libvirt](https://blog.wikichoon.com/2020/09/virt-install-cloud-init.html),
AWS, etc.

- Pull spec: `quay.io/centos-boot/fedora-boot-cloud:eln`
- Download QCOW2: [Download](https://storage.googleapis.com/centos-boot-dev/fedora-boot-cloud.qcow2).
Expand Down

0 comments on commit 7350b1d

Please sign in to comment.