Sha256: 1584113a0eee5e879c705a10c06d78c10e32b2b04ee26af0f60d3046b0f0ee00
Contents?: true
Size: 706 Bytes
Versions: 3
Compression:
Stored size: 706 Bytes
Contents
FROM centos/ruby-22-centos7 RUN scl enable rh-ruby22 -- gem install ascii_binder USER root RUN yum install -y java-1.7.0-openjdk && \ yum clean all LABEL url="http://www.asciibinder.org" \ summary="a documentation system built on Asciidoctor" \ description="AsciiBinder is for documenting versioned, interrelated projects. Run this container image from the documentation repository, which is mounted into the container. Note: Generated files will be owned by root." \ RUN="docker run -it --rm \ -v `pwd`:/docs:z \ IMAGE" ENV JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64/jre/ ENV LANG=en_US.UTF-8 WORKDIR /docs CMD asciibinder package
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ascii_binder-0.1.3.2 | Dockerfile |
ascii_binder-0.1.3.1 | Dockerfile |
ascii_binder-0.1.3 | Dockerfile |