Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PeterDaveHello/docker-shfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

40 Commits

Repository files navigation

shfmt

Build Status Docker Hub pulls

Docker Hub badge

Dockerized shfmt shell script formatter.

Please note that I originally built this Docker image because that there wasn't an official one, but now there it is, and it also uses the Dockerfile from this repository as the reference to create the official one, as you can see mvdan/sh#68, this repository might not be actively maintained.

Usage

Command line

Run Docker container using peterdavehello/shfmt image:

docker run --rm -it -v /path/of/scripts:/path/in/docker peterdavehello/shfmt:2.6.4 shfmt --version

Replace --version with the parameters you want, for example:

docker run --rm -it -v "$(pwd)":/scripts peterdavehello/shfmt:2.6.4 shfmt -sr -i 2 -d -ci /scripts

Don't forget to replace 2.6.4 with the latest tag or the tagged version you want.

GitLab CI example

shfmt:
 stage: test
 image: peterdavehello/shfmt:2.6.4
 before_script:
 - shfmt -version
 script:
 - shfmt -sr -i 2 -d -ci .
 tags:
 - docker

Contributors 3

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /