abaplint docker image
See original GitHub issueWhat about official docker image with abaplint ? e.g. to refer from ci engines like gitlab ?
image: abaplint:latest
test:
script:
- abaplint
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
abaplint/abaplint-backend - Docker Image - Docker Hub
abaplint backend for Code Inspector/ATC. Image. OverviewTags. See https://github.com/abaplint/abaplint-abap-backend for more details. Docker Pull Command.
Read more >abaplint-sci-server/docker.md at main - GitHub
A docker image is available on Docker Hub. See Docker Deployment for details. Simple Way. docker run --rm -p 3000:3000 abaplint/abaplint-backend.
Read more >Static ABAP Pull Request Code Review with abapLint on ...
As we decided to use a docker image and call this image inside Jenkins piper-lib became the best choice. When trying to use...
Read more >#abaplint - Twitter Search / Twitter
The latest Tweets on #abaplint. Read what people are saying and join the conversation.
Read more >ABAPLint
abaplint. Open source static analysis and quality assurance for ABAP ... GitHub. abaplint. vscode-abaplint. vscode. SCI/ATC. sci. npm. npm. docker. docker ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Guess I’d close this one for now. The followups would be release management as an independent task and then the docker release automation based on it
… actually the first release was published manually. To publish automatically docker hub credentials are required to be in CI variables. I need to check how to do it properly … at all … and with GHA in particular.