8000 GitHub - rhpds/nookbag
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rhpds/nookbag

Repository files navigation

Nookbag

This repository stores the nookbag logic (progress bar, next button, etc) and produces a base docker image for the lab to be based on.

Development:

Can extend the nookbag docker image as the following:

FROM docker.io/antora/antora as builder

ADD . .

RUN antora generate --stacktrace site.yml

FROM quay.io/rhpds/nookbag:latest

COPY --from=builder /antora/dist /var/www/html/antora

*The labs will mount the html output inside the /var/www/html/antora folder.

*The config file (defined in agnosticV) needs to be mounted in the path: /var/www/html/nookbag.yml.

The theme used is nookbag-bundle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0