No description
Find a file
git name 5454ebd401 bugfix: do288 (OCP 4.2) lab ch10s03: todo-backend
The "todo-backend" application fails to start in the current
version of the do288 OCP 4.2 course, which prevents completion
of the lab "Containerizing and Deploying a Service" in chapter
10, section 3.

This "todo-backend" application's "package.json" file appears to
have been copied from a previous lab ("todo-single"), but the
version number of the "restify" depdency has been transposed from
"4.3.0" (working) to "4.0.3" (broken).

This commit enables this lab to be completed successfully.
2020-01-22 10:47:17 -05:00
app-config initial commit with apps from course repo 2019-05-23 13:13:16 -04:00
books increased jenkins pipeline timeout value 2019-07-04 11:20:11 +05:30
build-app ch04s09 Add build-app project for lab 2019-07-15 14:57:04 -05:00
container-build Updating to quay.io image 2019-05-24 13:43:32 -04:00
go-hello adding go-hello for ch5 lab 2019-06-26 23:30:40 -04:00
hello-java Fixed typo in Dockerfile for hello-java app 2019-06-04 14:53:05 +05:30
hello-world-nginx update of hello-world-nginx image for UBI 2019-06-26 23:10:40 +00:00
html-helloworld adding html-helloworld application 2019-06-25 16:16:59 -04:00
java-serverhost fix(ch4s4): correct syntax error 2019-07-19 16:42:26 -04:00
micro-java fix(ch9s6): add placeholder directory 2019-07-19 13:41:15 -04:00
movies Minor fix to Jenkinsfile for Ch8 EoC Lab 2019-07-15 17:28:37 +05:30
nexus3 Reverted changes to the Dockerfile, fix to env is done by the dc 2019-08-08 14:46:15 +00:00
nodejs-helloworld initial commit with apps from course repo 2019-05-23 13:13:16 -04:00
php-hello-dockerfile sources for custom image from chapter 01 2019-06-11 17:57:36 -03:00
php-helloworld initial commit with apps from course repo 2019-05-23 13:13:16 -04:00
php-scale Adding php-scale app for ch07 lab 2019-07-24 07:34:57 -04:00
post-commit Add post-commit app 2019-07-03 00:17:27 -05:00
probes ch07s02 add application for GE 2019-07-16 01:25:16 -05:00
quip adding quip app 2019-07-16 08:45:30 -04:00
quotes initial commit with apps from course repo 2019-05-23 13:13:16 -04:00
s2i-scripts update to use exec 2019-08-03 16:43:56 -04:00
simple-pipeline Jenkinsfile cleanup 2019-06-26 16:02:15 +05:30
todo-api-micro feat(ch9lab): add placeholder fragment directory 2019-07-24 12:13:32 -04:00
todo-backend bugfix: do288 (OCP 4.2) lab ch10s03: todo-backend 2020-01-22 10:47:17 -05:00
todo-frontend replace ADD with COPY to follow best practices 2019-08-02 13:51:29 +00:00
todo-single Update restify to 4.3.0 2019-11-27 00:12:03 +01:00
trigger-builds ch04s06 Project needed for the GE 2019-07-03 18:13:40 -05:00
ubi-echo initial commit with apps from course repo 2019-05-23 13:13:16 -04:00
ubi-info rhel7-info sample converted into UBI 2019-06-14 20:33:03 +00:00
ubi-sleep Change ch03s02 custom image to be ubi-based 2019-06-12 20:41:46 +00:00
.gitignore removing bin from ignore 2019-07-01 08:18:24 -04:00
README.md added simple README 2019-05-23 13:15:43 -04:00

DO288 Containerized Example Applications

This repository contains a collection of sample containerized applications. To complete the course you need to fork this repo into your personal Github account.