Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cebrailinanc/jib-demo
https://github.com/cebrailinanc/jib-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cebrailinanc/jib-demo
- Owner: cebrailinanc
- Created: 2024-02-09T17:37:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T17:41:59.000Z (11 months ago)
- Last Synced: 2024-03-05T08:55:36.774Z (10 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
docker pull openjdk:21-slim
### This command is successful
```
jib command: ./gradlew jibDockerBuild --image=poc-jib:latest -Djib.from.image=openjdk:21-slim -Djib.extraDirectories.paths='extra'
```
### This command is failed
```
./gradlew jibDockerBuild --image=poc-jib:latest -Djib.from.image=openjdk:21-slim -Djib.extraDirectories.paths='extra, /var/temp' --stacktrace
```
fail log
```
* What went wrong:
| Execution failed for task ':jibDockerBuild'.
| > extraDirectories.paths contain "from" directory that doesn't exist locally: /var/temp
````docker run --rm -it --entrypoint bash poc-jib`