chore: use `ImageConfig` (#12026)

pull/12034/head
Kevin Wang 4 years ago committed by GitHub
parent c0e7e7bd3c
commit 0bd6acab07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,16 +22,11 @@ A machine image is a single static unit that contains a pre-configured operating
The diagram below depicts the key Packer integration categories and types.
<figure style={{ margin: '3rem 0', textAlign: 'center' }}>
<img
src="/img/docs/packer-ecosystem-diagram.png"
alt="Packer Ecosystem Integration Diagram"
style={{ margin: '1rem auto', width: '460px', display: 'block' }}
/>
<figcaption class="g-type-body-small" style={{ color: '#6d6d6d' }}>
Packer Ecosystem Intergation Diagram
</figcaption>
</figure>
<ImageConfig width={460} caption="Packer Ecosystem Integration Diagram">
![Packer Ecosystem Integration Diagram](/img/docs/packer-ecosystem-diagram.png)
</ImageConfig>
Main Packer categories for partners to integrate with include:

Loading…
Cancel
Save