https://github.com/saschpe/docker-shellcheck
ShellCheck Docker container based on Fedora Linux.
https://github.com/saschpe/docker-shellcheck
bash docker fedora linter linux shell shellcheck
Last synced: 2 months ago
JSON representation
ShellCheck Docker container based on Fedora Linux.
- Host: GitHub
- URL: https://github.com/saschpe/docker-shellcheck
- Owner: saschpe
- License: apache-2.0
- Created: 2018-05-26T14:45:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T15:17:38.000Z (about 7 years ago)
- Last Synced: 2025-02-03T21:43:34.313Z (4 months ago)
- Topics: bash, docker, fedora, linter, linux, shell, shellcheck
- Language: Shell
- Homepage: https://www.shellcheck.net
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker ShellCheck
[](https://github.com/koalaman/shellcheck/blob/master/LICENSE)
[](https://travis-ci.org/saschpe/docker-shellcheck)
[](https://hub.docker.com/r/saschpe/shellcheck/)
[](https://hub.docker.com/r/saschpe/shellcheck/)ShellCheck Docker container based on Fedora Linux.
## Usage
Use like you would any other base image:FROM saschpe/shellcheck
ENTRYPOINT ["shellcheck"]## Scripts
These scripts simplify various tasks related to container building and
publishing..
└─── scripts
├── docker
│ ├── build Build the container locally
│ └── run Run the container locally
├── inc.constants
└── inc.functions## License
Copyright 2018 Sascha Peilicke
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.