Sign inSign up

jjmerelo/raku-test-openssl

By jjmerelo

•Updated about 3 years ago

Raku container for testing including OpenSSL external dependencies.

Image
0

2.4K

jjmerelo/raku-test-openssl repository overview

⁠Docker container with Raku and openssl

Test container, based on Alpine, with the OpenSSL⁠ module included. This module needs an additional library installed, which makes it less automatic, so this container solves that.

⁠Use in Travis

Check out this .travis.yml as an example⁠. A generic one should go more or less like this

language:
  - minimal

services:
  - docker

install:
  - docker pull jjmerelo/raku-test-openssl

script: docker run -t -v  $TRAVIS_BUILD_DIR:/test jjmerelo/raku-test-openssl

docker images is not needed, but it will show you the version it is going to use for building.

The ultimate base image of this container is Alpine Linux⁠, so any additional library the module needs to install will have to be installed in this distro.

Tag summary

Content type

Image

Digest

sha256:997180de1…

Size

90 MB

Last updated

about 3 years ago

docker pull jjmerelo/raku-test-openssl