Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.39 KB

Docker Image Test

abaplint docker config

This repository hold official configuration for docker image of abaplint.

The image is accessible at Docker Hub. Published automatically every hour.

Templates for re-usage:

Manual build procedure

# Supposedly after docker login
bin/build-container.sh
bin/push-containers.sh
# This pushes latest, and version tags (e.g. 2, 2.1, 2.1.3)

To test the built image:

bin/test-run.sh

Useful notes