Repository for creating a docker image using a Dockerfile.
Currently used by Docker hub for an automated build.
To keep the size of the docker image small, the checkout and build process is not included as a RUN command in the Dockerfile. Dockerfile is using the included file create.sh for building each openui5 version and to make is accessible via apache. Besides, there is the limitation of 127 layers for a docker image, which would be hard to keep considering the high number of tagged versions of OpenUI5.
docker run -d -p 50000:80 -t tobiashofmann/openui5-rt:latest
Content type
Image
Digest
Size
836.7 MB
Last updated
over 10 years ago
docker pull tobiashofmann/openui5-rt