replicatedhq / replicated-field-labs

Defines the Replicated Platform Hands-On Labs powered by the Instruqt platform
16 stars 30 forks source link

Modernizes shell image build #325

Closed crdant closed 7 months ago

crdant commented 7 months ago

TL;DR

Shell image builds were failing and this fixes it

Details

Updates the workflow to build shell images to use newer Google actions and updates the image Dockerfile to get the kubectl command from the k8s.io repos. The latter is what fixes the broken build, well the former just gets rid of warnings and assures we're using stuff that's still maintained.