Coder Social home page Coder Social logo

jimbo's Introduction

Introduction

Jimbo is a simple configuration management tool for Artifactory.

Configuration

Configuration file defines list of repositories that jimbo should manage. Only most important fields should be set, everything else will be set from defaults.

Here's an example of configuration file contents:

local:
  - key: docker-dev-local
    packageType: docker
    description: Local repository for Docker images
    enableDockerSupport: true
    maxUniqueTags: 100

remote:
  - key: docker-remote-dockerhub
    packageType: docker
    description: Remote Docker repository for DockerHub (local file cache)
    url: "https://registry-1.docker.io/"
    enableDockerSupport: true

  - key: docker-remote-quay
    packageType: docker
    description: Remote Docker repository for quay.io (local file cache)
    url: "https://quay.io/repository"
    enableDockerSupport: true

Usage

Install and use jimbo:

git clone https://github.com/ruhe/jimbo
pip install jimbo
# Copy and edit sample cofiguration file
cp jimbo/conf/example.yaml jimbo/conf/repositories.yaml
vim jimbo/conf/repositories.yaml

# Run jimbo command
jimbo run --url http://127.0.0.1:8081/artifactory \
          --username admin --password password \
          --config-file jimbo/conf/example.yaml

Run jimbo without installation:

git clone https://github.com/ruhe/jimbo
cd jimbo
# Copy and edit sample cofiguration file
cp conf/example.yaml conf/repositories.yaml
vim conf/repositories.yaml

# Run jimbo command
tox -e venv -- jimbo run --url http://127.0.0.1:8081/artifactory \
                         --username admin --password password \
                         --config-file conf/example.yaml

jimbo's People

Contributors

ruhe avatar

Watchers

James Cloos 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.