You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the next msg when i run the build command (docker compose -f docker-compose.yml.production-example build) in /opt/stacks/osem path:
WARN[0000] current commit information was not captured by the build error="failed to read current commit information with git rev-parse --is-inside-work-tree"
If a list the images i can see the osem image, but i don't know if was correctly compiled cause i see the error msg.
But if i run the bootstrap db and the docker compose stack, i can see and use osem, but i can't send emails by smtp.
i am using the next smtp setup for custom domain in gmail workspaces:
WARN[0000] current commit information was not captured by the build error="failed to read current commit information with git rev-parse --is-inside-work-tree"
Other information:
Thanks in advance.
PS: Sorry for my bad english.
The text was updated successfully, but these errors were encountered:
I'm submitting a ..
Current behavior:
I got the next msg when i run the build command (docker compose -f docker-compose.yml.production-example build) in /opt/stacks/osem path:
WARN[0000] current commit information was not captured by the build error="failed to read current commit information with git rev-parse --is-inside-work-tree"
If a list the images i can see the osem image, but i don't know if was correctly compiled cause i see the error msg.
But if i run the bootstrap db and the docker compose stack, i can see and use osem, but i can't send emails by smtp.
i am using the next smtp setup for custom domain in gmail workspaces:
OSEM_SMTP_ADDRESS=smtp.gmail.com
OSEM_SMTP_PORT=587
OSEM_SMTP_DOMAIN=example.com
OSEM_SMTP_USERNAME=[email protected]
OSEM_SMTP_PASSWORD=password
OSEM_SMTP_AUTHENTICATION=plain
OSEM_SMTP_ENABLE_STARTTLS_AUTO=true
OSEM_SMTP_OPENSSL_VERIFY_MODE=none
Yes, i know that this is another issue, but i don't know if have relationship with the msg mentioned before when i try to build the image.
Expected correct behavior:
The correct build of the osem image for docker
Steps to reproduce:
run:
docker compose -f docker-compose.yml.production-example build
Wait for the error msg:
WARN[0000] current commit information was not captured by the build error="failed to read current commit information with git rev-parse --is-inside-work-tree"
Other information:
Thanks in advance.
PS: Sorry for my bad english.
The text was updated successfully, but these errors were encountered: