https://github.com/coeusyk/devops-for-ai
A collaborated repo for learning DevOps
https://github.com/coeusyk/devops-for-ai
devops
Last synced: 3 months ago
JSON representation
A collaborated repo for learning DevOps
- Host: GitHub
- URL: https://github.com/coeusyk/devops-for-ai
- Owner: coeusyk
- Created: 2024-09-19T04:58:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:58:48.000Z (over 1 year ago)
- Last Synced: 2024-10-21T13:23:33.998Z (over 1 year ago)
- Topics: devops
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps for AI
This repository documents a DevOps learning journey, leveraging Jenkins via Docker instead of a traditional installer for a more streamlined and containerized setup. This approach allows for the use of Linux Shell scripts, as Docker containers are Linux-based.
## Customizations
The Dockerfile has been customized with the following enhancements:
- Installation of basic dependencies to support a wider range of operations.
- Addition of Python, which will be utilized for pipeline creation and management.
- Inclusion of Java, ensuring compatibility with Java-based tools and plugins.
## Installation
Refer to the following official Jenkins documentation link: [Installing Jenkins - Docker](https://www.jenkins.io/doc/book/installing/docker/)
> **Note**: Ensure that the `Dockerfile` is in the root directory of your project, which should be the current working directory when running Docker commands.