In the base of my spice, I ran
docker build -t quay.io/elasticsuite/spice:burton-develop .
Then created a tmp directory within the spice and created a Dockerfile
FROM quay.io/elasticsuite/skillet:develop COPY --from=quay.io/elasticsuite/spice:burton-develop /spice /skillet/lib/client
within said directory I ran
docker build -t quay.io/elasticsuite/skillet:burton-develop .
once complete, I pushed up the image
docker push quay.io/elasticsuite/skillet:burton-develop
Then ssh -A [email protected]
./update_skillet.sh burton --with-registry-auth --force --image quay.io/elasticsuite/skillet:burton-develop