sealer icon indicating copy to clipboard operation
sealer copied to clipboard

Kubefile will automatically translate the command

Open bxy4543 opened this issue 3 years ago • 0 comments

##case 1 : failed
FROM my:1.1
RUN sed -i "s/sea.hub:5000\/pause:3.6/k8s.gcr.io\/pause:3.6/g" etc/dump-config.toml
##case2: success
FROM my:1.1
RUN sed -i \"s/sea.hub:5000\\/pause:3.6/k8s.gcr.io\\/pause:3.6/g\" etc/dump-config.toml

What happened:

Commands in Kubefile are automatically translated: image

I can only succeed by transpiling again image

What you expected to happen:

case1 execute success

bxy4543 avatar May 16 '22 06:05 bxy4543