File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2525RUN 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++\
Original file line number Diff line number Diff line change 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
2525RUN sudo apt remove -y vim tmux
2626COPY scripts/github_runner/setup_runner_cri.sh /scripts/
You can’t perform that action at this time.
0 commit comments