Examples in the preceding directories are described below:
-
π apache-rhce8.2-course-1.0: RHCEv8.2 course environment based Apache HTTPD
-
π apache-rhce8.2-course-alpine: RHCEv8.2 course environment based Apache HTTPD on
Alpine 3.14.2 -
π±βπ nginx-ssl: customized
Nginx v1.22.1with CA signed certification -
π loganalyzer-viewer: loganalyzer
phpapplication based Apache HTTPD -
π¦ code-server-4.8.3:
Golang v1.19.3IDE used as VS Code based Code Server v4.8.3 with Web UI -
π§ͺ jekyll-blog: jekyll use
GitHub Pageto build blog with suffixgithub.io -
π₯½ ONBUILD-example/apache-httpd-app:
ONBUILDdirective through httpd-parent and httpd-child container image -
πͺ tl500-mono-repo:
JavaScriptapplication in Node.js applyTL500tech exercises instruction -
π¦ nexus-3.30.1-01:
Nexus3artifacts repository image used by Nexus3 Chart -
π§± node-pnpm: Node.js 18 and pnpm 10.11.0 runtime as base image
-
β etherpad-lite-build: etherpad-lite application in Node.js runtime which connect with postgres server through settings.json. The postgres server should be deployed before this application. Or remove settings.json, run this application directly. etherpad-lite-postgres cloned from etherpad-lite project master branch.
- But in this image including two config file to associate with local Nexus3 registry (.npmrc) and local postgresql-server (settings.json), so we should change some settings.
.npmrcas followings:
registry=http://nexus3.lab.example.com:8881/repository/npm-proxy/ always-auth=true //nexus3.lab.example.com:8881/repository/npm-proxy/:_auth="ZGV2dXNlcjA6MXFhelpTRSQ=" //nexus3.lab.example.com:8881/repository/npm-hosted/:_auth="ZGV2dXNlcjA6MXFhelpTRSQ="settings.jsonas followings:
{ "dbType": "postgres", "dbSettings": { "user": "etherpad_user", "host": "serverd.lab.example.com", "port": 5432, "password": "redhat", "database": "etherpad_db" }, "ip": "0.0.0.0", "port": 9001, "title": "Etherpad" } -
πΆ tf-flask: runtime including tensorflow, keras, numpy, matplotlib, flask and so on. This image is used as base image to run CNN module by flask inference frame.
- β golang-s2i: Dockerfile to build
Golang v1.12s2i-builder image in which insert code to generate application image
- π₯ gogs-postgres-compose: Source Control Management (
SCM) application basedGogsandPostgreSQLdeployed bypodman-compose - π pgadmin-pgdb-compose: Postgre admin Web site used to connect with PostgreSQL database via podman-compose