Sign inSign up

dph5199278/apr

By dph5199278

Updated 5 days ago

Apache Portable Runtime (APR) project.

Image
0

10K+

dph5199278/apr repository overview

Tomcat APR

Docker Automated Build Docker Pulls

Apache Portable Runtime (APR) project.

How to use this image

Pre-compiled for Tomcat Native

FROM ...

COPY --from=dph5199278/apr /usr/local/tomcat-native/apr /usr/local/tomcat-native/apr

ENV LD_LIBRARY_PATH=/usr/local/tomcat-native/apr/lib:$LD_LIBRARY_PATH \
    PATH=/usr/local/tomcat-native/apr/bin:$PATH \
    CPATH=/usr/local/tomcat-native/apr/include:$CPATH

...

Image Variants

The images come in many flavors, each designed for a specific use case. dph5199278/apr

dph5199278/apr:<version>

This images is based on the Debian Linux project, available in the debian official image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.

dph5199278/apr:<version>-alpine

This image is based on the popular Alpine Linux project, available in the alpine official image. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

Tag summary

Content type

Image

Digest

sha256:10ec01ac3

Size

33 MB

Last updated

5 days ago

docker pull dph5199278/apr