Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbillwang authored May 27, 2020
1 parent 7d17ed9 commit acd7f5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ https://hub.docker.com/r/alpine/k8s/tags/
# Why we need it

Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment

# Involve with developing and testing

If you want to build these images by yourself, please follow below commands.

```
export tag=1.13.12
bash ./build.sh
```
Then you need adjust the tag to other kubernetes version and run the build script again.

0 comments on commit acd7f5e

Please sign in to comment.