You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage dynamodb-local-2016.05.17-1.lbn25.x86_64
In addition to the Amazon DynamoDB web service, AWS provides a downloadable version of DynamoDB that you can run locally. This edition of DynamoDB lets you write applications without accessing the actual Amazon DynamoDB web service. Instead, the database is self-contained on your computer. This local version of DynamoDB can help you save on provisioned throughput, data storage, and data transfer fees. In addition, you do not need to have an Internet connection while you are developing your application. When you are ready to deploy your application in production, you can make some minor changes to your code so that it uses the Amazon DynamoDB web service.
RPMPackage double-conversion-2.0.1-7.fc24.x86_64
Provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been re-factored and improved so that it can be used more easily in other projects.
RPMPackage docker-v1.10-migrator-1.12.6-6.gitae7d637.fc25.x86_64
Starting from v1.10 docker uses content addressable IDs for the images and layers instead of using generated ones. This tool calculates SHA256 checksums for docker layer content, so that they don't need to be recalculated when the daemon starts for the first time. The migration usually runs on daemon startup but it can be quite slow(usually 100-200MB/s) and daemon will not be able to accept requests during that time. You can run this tool instead while the old daemon is still running and skip checksum calculation on startup.
RPMPackage docker-novolume-plugin-1.13.1-13.git51eb16e.lbn25.x86_64
When a volume in provisioned via the `VOLUME` instruction in a Dockerfile or via `docker run -v volumename`, host's storage space is used. This could lead to an unexpected out of space issue which could bring down everything. There are situations where this is not an accepted behavior. PAAS, for instance, can't allow their users to run their own images without the risk of filling the entire storage space on a server. One solution to this is to deny users from running images with volumes. This way the only storage a user gets can be limited and PAAS can assign quota to it. This plugin solves this issue by disallowing starting a container with local volumes defined. In particular, the plugin will block `docker run` with: - `--volumes-from` - images that have `VOLUME`(s) defined - volumes early provisioned with `docker volume` command The only thing allowed will be just bind mounts.
RPMPackage docker-distribution-2.6.2-1.lbn25.x86_64
The Docker toolset to pack, ship, store, and deliver content. This repository's main product is the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the docker/docker- registry project with a new API design, focused around security and performance.
RPMPackage docker-compose-1.22.0-3.lbn25.noarch
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration. Compose is great for development, testing, and staging environments, as well as CI workflows. Using Compose is basically a three-step process. 1. Define your app's environment with a Dockerfile so it can be reproduced anywhere. 2. Define the services that make up your app in docker-compose.yml so they can be run together in an isolated environment: 3. Lastly, run docker-compose up and Compose will start and run your entire app.
RPMPackage createrepo_c-libs-0.15.4-1.lbn25.x86_64
Libraries for applications using the createrepo_c library for easy manipulation with a repodata.
RPMPackage createrepo_c-0.15.4-1.lbn25.x86_64
C implementation of Createrepo. A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) for generating a common metadata repository from a directory of rpm packages and maintaining it.
RPMPackage couchdb-1.7.1-16.lbn25.x86_64
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
RPMPackage codemodel-2.6-18.fc24.noarch
CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB RI for its schema compiler to generate Java source files.
RPMPackage chefstyle-0.5.0-1.lbn25.noarch
Rubocop configuration for Chef's ruby projects.
RPMPackage chefspec-7.1.0-1.lbn25.noarch
Write RSpec examples for Opscode Chef recipes
RPMPackage cheffish-14.0.4-1.lbn25.noarch
A library to manipulate Chef in Chef.
RPMPackage chefdk-4.2.0-1.lbn25.noarch
The Chef Development Kit (ChefDK) brings the best-of-breed development tools built by the awesome Chef community to your workstation with just a few clicks. Download your package and start coding Chef in seconds. The Chef Development Kit contains everything you need to start using Chef, along with the tools essential to managing the code that runs your business. ChefDK contains: An early version of a brand new command-line tool, chef, that aims to streamline Chef workflow, starting with new generators. The well-known cookbook dependency manager Berkshelf 3.0. The Test Kitchen integration testing framework. ChefSpec, which makes unit testing cookbooks a breeze. Foodcritic, a linting tool for doing static code analysis on cookbooks. All of the Chef tools you're already familiar with: Chef Client, Knife, Ohai and Chef Zero.
RPMPackage chef-vault-3.4.3-1.lbn25.noarch
Data encryption support for chef using data bags
RPMPackage chef-sugar-3.4.0-1.lbn25.noarch
A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!
RPMPackage chef-ssl-client-1.1.0-1.lbn25.noarch
A command-line client the ssl cookbook's signing requirements.
RPMPackage chef-solr-doc-10.30.4-9.lbn25.noarch
This package contains documentation for chef-solr.
RPMPackage chef-solr-10.30.4-11.lbn25.noarch
This package provides the chef-solr search engine which runs as a solr-jetty server, and chef-expander that talks to the AMQP message queue, by default rabbitmq-server.
RPMPackage chef-server-webui-doc-10.30.4-12.lbn25.noarch
This package contains documentation for chef-server-webui.