Skip to content

Instantly share code, notes, and snippets.

@rjswenson
Created April 13, 2018 16:30
Show Gist options
  • Save rjswenson/83df00e6328b7f3fc65554d2e4a73e19 to your computer and use it in GitHub Desktop.
Save rjswenson/83df00e6328b7f3fc65554d2e4a73e19 to your computer and use it in GitHub Desktop.
To update a spice into demo env

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 ubuntu@staging.elasticsuite.com

./update_skillet.sh burton --with-registry-auth --force --image quay.io/elasticsuite/skillet:burton-develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment