Sign inSign up

stowers/limsv7-ci-php

By stowers

Updated 4 months ago

PHP Container for LIMSv7 CI

Image
0

1.7K

stowers/limsv7-ci-php repository overview

LIMS v7 CI Container for PHP

Support the building and testing of code via CI for use in unit tests, static analysis, linting, etc.

PHP Extensions are those needed for the LIMS project

Versions of PHP supported

  • PHP 8.1
  • PHP 8.3

To test a build:

docker build -t my-temp-image ./docker && docker run --rm -it my-temp-image /bin/bash

docker build -t my-temp-image ./docker && docker run --rm -v <path-to-lims-code>:/var/www/html -it my-temp-image /bin/bash

Tag summary

Content type

Image

Digest

sha256:16228b801

Size

64.6 MB

Last updated

4 months ago

docker pull stowers/limsv7-ci-php