Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashpimple/java-ci-with-gradle
DevOps Project 2 -Build docker image using github-actions and docker
https://github.com/yashpimple/java-ci-with-gradle
devops docker dockerfile github-actions
Last synced: about 1 month ago
JSON representation
DevOps Project 2 -Build docker image using github-actions and docker
- Host: GitHub
- URL: https://github.com/yashpimple/java-ci-with-gradle
- Owner: YashPimple
- Created: 2023-02-13T05:03:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T19:18:54.000Z (about 2 years ago)
- Last Synced: 2024-11-17T05:38:03.222Z (3 months ago)
- Topics: devops, docker, dockerfile, github-actions
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### build the project
./gradlew build
##### build Docker image called java-app. Execute from root
docker build -t java-app .
##### push image to repodocker tag java-app demo-app:java-1.0