Coder Social home page Coder Social logo

docs-builder's People

Contributors

adellape avatar aireilly avatar vikram-redhat avatar wgordon17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docs-builder's Issues

Can we use a builder image to publish `asciibinder` image

Maybe we can publish another asciibinder image with small size?

Dockerfile

FROM ruby:3.1.2-alpine3.16 AS builder
RUN apk update && apk add --virtual build-dependencies build-base
RUN gem install ascii_binder

FROM ruby:3.1.2-alpine3.16
COPY --from=builder /usr/local/bundle /usr/local/bundle
CMD ["/user/local/bundle/bin/asciibinder"]
LABEL url="http://www.asciibinder.org" \
      summary="a documentation system built on Asciidoctor" \
      description="Run the asciibinder container image from the local docs repo, which is mounted into the container. Pass asciibinder commands to run the build. Generated files are owned by root." \
      RUN="docker run -it --rm \
          -v `pwd`:/docs:z \
          IMAGE"
WORKDIR /docs

The resulting image is 147 MB compared to existing image 778 MB

REPOSITORY                                 TAG       IMAGE ID       CREATED          SIZE
quay.io/openshift-cs/asciibinder-alpine    latest    96f27421fd30   2 minutes ago    147MB
quay.io/openshift-cs/asciibinder           latest    78a32c4f59b9   3 months ago     778MB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.