# autenticar no registry
docker login registry-domain-aqui
# caso precise buildar novamente a imagem e atualizar o registry
docker build -t leidison/php:8.0-postgres ./php/8.0/postgres --no-cache
docker build -t leidison/php:7.4-postgres ./php/7.4/postgres --no-cache
docker build -t leidison/php:7.4-sqlsrv ./php/7.4/sqlsrv --no-cache
docker build -t leidison/php:7.2-sqlsrv ./php/7.2/sqlsrv --no-cache
docker build -t leidison/php:7.2-postgres ./php/7.2/postgres --no-cache
# subir a imagem para registry
docker push leidison/php:8.0-postgres
docker push leidison/php:7.4-postgres
docker push leidison/php:7.4-sqlsrv
docker push leidison/php:7.2-sqlsrv
docker push leidison/php:7.2-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
leidison/dockerfile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published