Apache Portable Runtime (APR) project.
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
...
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>-alpineThis 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.
Content type
Image
Digest
sha256:10ec01ac3…
Size
33 MB
Last updated
5 days ago
docker pull dph5199278/apr