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

Adding script building docker image from remote #4027

Merged
merged 1 commit into from
May 25, 2023
Merged

Conversation

JanuszJakubiec
Copy link
Contributor

@JanuszJakubiec JanuszJakubiec commented May 23, 2023

Adding the script to build docker from remote MongooseIM.
It takes one argument, the commit hash or branch name based on which it builds the docker image. If it's not provided, the hash of current local commit is being used.

Example usage:
./tools/build-docker-from-remote.sh

./tools/build-docker-from-remote.sh master

@JanuszJakubiec JanuszJakubiec marked this pull request as ready for review May 23, 2023 09:47
@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2023

small_tests_24 / small_tests / e421b90
Reports root / small


small_tests_25 / small_tests / e421b90
Reports root / small


small_tests_25_arm64 / small_tests / e421b90
Reports root / small


ldap_mnesia_24 / ldap_mnesia / e421b90
Reports root/ big
OK: 2222 / Failed: 0 / User-skipped: 834 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / e421b90
Reports root/ big
OK: 4194 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / e421b90
Reports root/ big
OK: 2222 / Failed: 0 / User-skipped: 834 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / e421b90
Reports root/ big
OK: 4168 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / e421b90
Reports root/ big
OK: 4194 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / e421b90
Reports root/ big
OK: 4191 / Failed: 0 / User-skipped: 91 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / e421b90
Reports root/ big
OK: 4567 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / e421b90
Reports root/ big
OK: 2728 / Failed: 0 / User-skipped: 667 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / e421b90
Reports root/ big
OK: 2368 / Failed: 0 / User-skipped: 688 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / e421b90
Reports root/ big
OK: 4553 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / e421b90
Reports root/ big
OK: 4564 / Failed: 0 / User-skipped: 100 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / e421b90
Reports root/ big
OK: 4567 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7c0303d) 82.19% compared to head (e421b90) 82.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4027   +/-   ##
=======================================
  Coverage   82.19%   82.19%           
=======================================
  Files         535      535           
  Lines       33841    33841           
=======================================
+ Hits        27815    27817    +2     
+ Misses       6026     6024    -2     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@chrzaszcz chrzaszcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and works 👍

@chrzaszcz chrzaszcz merged commit 8c71d81 into master May 25, 2023
@chrzaszcz chrzaszcz deleted the docker-script branch May 25, 2023 06:55
@chrzaszcz chrzaszcz added this to the 6.2.0 milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants