<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Container - Tag - HDCore.be</title><link>https://hdcore.be/tags/container/</link><description>Container - Tag - HDCore.be</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 07 Mar 2023 18:30:00 +0100</lastBuildDate><atom:link href="https://hdcore.be/tags/container/" rel="self" type="application/rss+xml"/><item><title>Container images for CI</title><link>https://hdcore.be/posts/container-images-for-ci/</link><pubDate>Tue, 07 Mar 2023 18:30:00 +0100</pubDate><author>HDCore</author><guid>https://hdcore.be/posts/container-images-for-ci/</guid><description><![CDATA[<p>During the development of my websites, programs and scripts, I frequently use multiple tools that provide syntax/linting checking or automatic code testing. To be able to use these in an automatic CI/CD environment I have made some simple container images for most of them, with sometimes even a custom wrapper script to simplify it.</p>
<p>Some reusable stable images are listed below:</p>
<ul>
<li><a href="#Yamllint" rel="">Yamllint</a> (YAML)</li>
<li><a href="#Jsonlint" rel="">Jsonlint</a> (JSON)</li>
<li><a href="#ESLint" rel="">ESLint</a> (Javascript/Typescript)</li>
<li><a href="#Flake8" rel="">Flake8</a> (Python)</li>
<li><a href="#Pylint" rel="">Pylint</a> (Python)</li>
<li><a href="#Pytest" rel="">Pytest</a> (Python)</li>
<li><a href="#Shellcheck" rel="">Shellcheck</a> (CSS/SCSS)</li>
<li><a href="#Stylelint" rel="">Stylelint</a> (Bash)</li>
<li><a href="#PSScriptAnalyser" rel="">PSScriptAnalyzer</a> (Powershell)</li>
</ul>]]></description></item></channel></rss>