This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f5cd3dcdba2d55f1be19087a45732d615fa3327d
java-tutorials
/
kaniko
/
dockerfile
T
3 lines
58 B
Docker
Raw
Normal View
History
Unescape
Escape
BAEL-3567 An Introduction to Kaniko (
#9150
)
2020-04-25 03:06:41 +05:30
FROM
ubuntu
ENTRYPOINT
[
"/bin/bash"
,
"-c"
,
"echo hello"
]
Reference in New Issue
Copy Permalink