Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasme deploy should support "latest" tag on image #233

Open
jameshbarton opened this issue Jan 28, 2021 · 0 comments
Open

wasme deploy should support "latest" tag on image #233

jameshbarton opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jameshbarton
Copy link
Contributor

Is your feature request related to a problem?
I'm frustrated in wasm dev mode when I want to push/deploy iterations of wasm filters with the same version. When I'm in dev mode, I don't want to have to bump the version number on every iteration. However, if I don't do that, Gloo Edge continues to use its latest cached version of that filter with the same version number. Even when I undeploy/deploy the filter, it still uses the cached version rather than fetching the latest from the OCI repo.

Related to solo-io/gloo#4207

Describe the solution you'd like
I'd like support for the latest tag as in docker, quay, etc.

% wasme deploy gloo webassemblyhub.io/jameshbarton/bad-char-bug:latest --id=bad-char-bug
Error: All attempts fail:
#1: webassemblyhub.io/jameshbarton/bad-char-bug:latest: not found

Describe alternatives you've considered
Creating new versions for every iteration is a clunky workaround.

@jameshbarton jameshbarton added the enhancement New feature or request label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant