quinta-feira, agosto 05, 2021

Push the image to Azure Container registry

The goal is to push an image to Azure Container registry.

Docker pull to my local machine:

>docker pull prismagraphql/prisma:1.34.8

 Check the images

 

Login on my Container registry

>docker login myregistry.azurecr.io

 Tag your image

>docker tag prismagraphql/prisma:1.34.8 myregistry.azurecr.io/prismagraphql/prisma:1.34.8

 

 Final Step is push

>docker push myregistry.azurecr.io/prismagraphqa/prisma:1.34.8

 

 Now, if you take a look you will see the repository

sábado, julho 10, 2021

Solr 8.4 Master - Slave

After the Master - Slave configuration for Solr 8.4 I got Invalid Master on the Solr admin web, then I checked the logs and found this error:

"Expected mime type application/octet-stream but got text/html"

The problem was the # character in the slave's settings, after I removed #  the replication works fine.


 Dashboard Solr admin: