Git Product home page Git Product logo

openaf-dockers's Introduction

OpenAF dockers

Main OpenAF docker builds.

Security scans:

sec-latest
sec-nightly
sec-ubi-latest
sec-ubi-nightly
sec-oJobRT-latest
sec-oJobRT-nightly

sec-8-latest
sec-8-nightly
sec-8-ubi-latest
sec-8-ubi-nightly
sec-8-oJobRT-latest
sec-8-oJobRT-nightly

OpenAF

The main base container for OpenAF.

Running

docker pull openaf/openaf

There are two tags available:

Tag Description
latest The lastest stable build
nightly The nightly build

The environment variables available:

Variable Description Example
OPACKS A comma separated list of oPacks to install during the first execution from central repositories. OPACKS=APIs,Docker,Mongo
OPACKS_DIR A container based folder with .opack files or folders to be installed during the first execution. OPACKS_DIR=/opacks
OPACKS_DB A comma separated list of OPACKS_DB=http://main.server/opack.db
OPENAF A container based script to be executed. /myscripts/script.js
OJOB A container based ojob to be executed. /myojobs/job.yaml

Examples

Running commands directly:

docker run -ti -e OPACKS=APIs openaf/openaf -e 'load("apis.js");print(apis.ChuckNorrisJokes.get())'

Running a script:

docker run -ti -e OPACKS=APIs -e OPENAF=/scripts/myScript.js -v /myscripts:/scripts openaf/openaf

Running an oJob:

docker run -ti -e OPACKS=APIs -e OJOB=/ojobs/myJob.yaml -v /myojobs:/ojobs openaf/openaf

Invoking the console with a private opack:

docker run -ti -e OPACKS=https://user:[email protected]/myOPack.opack openaf/openaf --console

Building openaf

OpenAF Console

Based on the main openaf container facilitates the use of the openaf-console.

Running

docker pull openaf/openaf-console

There are two tags available:

Tag Description
latest The lastest stable build
nightly The nightly build

Example

docker run -ti openaf/openaf-console

Building openaf-console

oJob

Based on the main openaf container facilitates the execution of an oJob executing /openaf/main.yaml be default.

Running

docker pull openaf/openaf-ojob

There are two tags available:

Tag Description
latest The lastest stable build
nightly The nightly build

Building oJob

oJobC

Based on the main openaf container facilitates the execution of an oJob, with ojob-common opack pre-installed, executing /openaf/main.yaml be default.

Running

docker pull openaf/openaf-ojobc

There are two tags available:

Tag Description
latest The lastest stable build
nightly The nightly build

Building oJobC

openaf-dockers's People

Contributors

github-actions[bot] avatar nmaguiar avatar

Watchers

 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.