GithubHelp home page GithubHelp logo

cvmfs-docker-release-manager's Introduction

CVMFS Release Manager Container

CVMFS Release Manager Container (part of the CernVM File System)

Usage

To build the container, run:

$ ./build.sh [NAME:TAG]

To use the container, the start script expects three paths, which will be bind mounted into the container environment:

  1. The config directory

    This directory is expected to contain a repo_config.json file with the following fields:

    • repo_name - the name of the CVMFS repository
    • stratum0 - the Stratum0 URL of the repo
    • upstream - the upstream storage configuration string, same as in the server.conf repository configuration file
    • key_dir - the path of the repository key files

    See doc/repo_config.json.example for an example.

  2. The data directory

    Any data to be published in the repo can be made available to the container in this repository.

  3. A spool directory

    This directory is bind mounted into the container at /var/spool/cvmfs. For technical reasons, this directory must not be on the same partition as the container root. By mounting it form the host, it is also ensured that the repository cache is persisted between uses of the container.

To start the container:

$ ./start.sh <CONFIG_DIR> <DATA_DIR> <SPOOL_DIR> [<CONTAINER_NAME:TAG>]

The container runs by default in interactive mode, dropping the user into an interactive bash shell. To use the container in non-interactive mode, create the file <DATA_DIR>/transaction.sh containing the desired operations. This file will be executed instead of the interactive shell.

License and copyright

See LICENSE in the project root.

cvmfs-docker-release-manager's People

Contributors

radupopescu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.