Skip to content
Discussion options

You must be logged in to vote

I would not recommend updating containers unless we update them.

but you could basically

Individually pull each new container image you want to update:

sudo -i podman pull docker.elastic.co/elasticsearch/elasticsearch:8.16.0
sudo -i podman pull docker.elastic.co/kibana/kibana:8.16.0
sudo -i podman pull docker.elastic.co/beats/elastic-agent:8.16.0

Re-tag each image with the LME_LATEST tag:

sudo -i podman image tag docker.elastic.co/elasticsearch/elasticsearch:8.16.0 localhost/elasticsearch:LME_LATEST
sudo -i podman image tag docker.elastic.co/kibana/kibana:8.16.0 localhost/kibana:LME_LATEST
sudo -i podman image tag docker.elastic.co/beats/elastic-agent:8.16.0 localhost/elastic-agent:LME…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dwoodshpsi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
3 participants