sealer
sealer copied to clipboard
Kubefile will automatically translate the command
##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:

I can only succeed by transpiling again

What you expected to happen:
case1 execute success