-
createrepo_c-libs-0.15.4-1.lbn25.x86_64
Libraries for applications using the createrepo_c library
for easy manipulation with a repodata.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
ecj-4.12-2.lbn25.noarch
ECJ is the Java bytecode compiler of the Eclipse Platform. It is also known as
the JDT Core batch compiler.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
elasticsearch-plugin-discovery-azure-classic-6.0.0-1.lbn25.noarch
The Store SMB plugin adds support for SMB stores.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
elixir-1.4.2-1.lbn25.noarch
Elixir is a programming language built on top of the Erlang VM.
As Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25