From the course: Learning OpenShift
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Building containers from source code - OpenShift Tutorial
From the course: Learning OpenShift
Building containers from source code
- [Instructor] OpenShift can deploy applications directly from your Git source repositories. Open the OpenShift web console and log in as the kubeadmin user. Navigate to the developer perspective and create a new project called source code to manage your work. Click the plus add entry on the menu and select import from Git. Paste the URL of a project as shown on the screen. OpenShift will immediately analyze the structure and programming language of the project, recommending options for its build process. In our case, it's a small application built with the TypeScript programming language. This particular example works with the defaults. Click the create button, and after a few seconds, you will see a build running on the topology screen. Click on the topology screen icon to see the build section, indicating that a build is running. The compilation and deployment of your application can take some time, depending on the…
Contents
-
-
-
- (Locked) Understanding OpenShift security4m 3s
- (Locked) Deploying and debugging containers4m 54s
- (Locked) Building containers from source code3m 36s
- (Locked) Using CI/CD pipelines4m 17s
- (Locked) Challenge: Setup a CI/CD pipeline on your cluster45s
- Solution: Setup a CI/CD pipeline in your cluster3m 52s
- (Locked)
-
-
-