Skip to content

Commit 1d8f5b5

Browse files
shyamjesalustiugov
authored andcommitted
update cri runner kind image to v1.20.7
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
1 parent ee71b39 commit 1d8f5b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/github_runner/Dockerfile.cri_dev_env

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM kindest/node:v1.20.2
23+
FROM kindest/node:v1.20.7
2424

2525
RUN apt-get update && \
2626
apt-get install -y gnupg2 && \
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
apt-get upgrade --yes && \
3131
apt-get install --yes \
3232
apt-utils && \
33-
apt-get install --yes \
33+
DEBIAN_FRONTEND="noninteractive" apt-get install --yes \
3434
sudo \
3535
wget curl\
3636
gcc g++\

scripts/github_runner/Dockerfile.github_runner_cri

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM vhiveease/vhive_dev_env
23+
FROM vhiveease/vhive_dev_env:v1.20.7
2424

2525
RUN sudo apt remove -y vim tmux
2626
COPY scripts/github_runner/setup_runner_cri.sh /scripts/

0 commit comments

Comments
 (0)