-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- name: Get version | ||
run: echo ::set-env name=STRIMZI_CLI_VERSION::$(grep -oP "(?<=version=')[^']*" setup.py) | ||
- name: Sleep for 5 mins | ||
uses: jakejarvis/wait-action@master | ||
with: | ||
time: '300s' | ||
- name: Sleep for 5 mins | ||
uses: jakejarvis/wait-action@master | ||
with: | ||
time: '300s' | ||
- name: Build and push Docker images | ||
uses: docker/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM python:3-alpine | ||
RUN adduser -D kfkuser | ||
USER root | ||
RUN pip install strimzi-kafka-cli==0.1.0a17 | ||
RUN pip install strimzi-kafka-cli==0.1.0a18 | ||
USER kfkuser | ||
RUN kfk version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters