You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to enable squash during build, but none of the workarounds available seem to do the trick, below is the current build and dockerfile, with following error
"Step #1 - "build": "--squash" is only supported on a Docker daemon with experimental features enabled"
#syntax=docker/dockerfile:1.5.2
FROM jupyter/r-notebook:ubuntu-20.04
The image you are pulling your pull-experimental is not being used in your build step. If you are trying to use it as the builder, you would need to set it as the step name:
By the way, if you are only trying to flatten the jupyter/r-notebook:ubuntu-20.04 and copy it into your own AR repo, it might be easier to use Crane flatten
I would like to enable squash during build, but none of the workarounds available seem to do the trick, below is the current build and dockerfile, with following error
The text was updated successfully, but these errors were encountered: