Skip to content

abaplint/abaplint-docker

Repository files navigation

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