mirror of https://github.com/k3s-io/k3s
Merge pull request #12935 from pmorie/fix-mounttest-user
Fix FROM clause in mount-test-user imagepull/6/head
commit
41e6c2c9e0
|
@ -12,5 +12,5 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM gcr.io/google-containers/mounttest:0.3
|
FROM gcr.io/google_containers/mounttest:0.3
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|
Loading…
Reference in New Issue