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

Update Docker configs #953

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Update Docker configs #953

wants to merge 4 commits into from

Conversation

godrei
Copy link
Contributor

@godrei godrei commented May 6, 2024

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

This PR updates the outdated Docker config files and improves the bitrise setup command logs because the current output hides important details about potential setup failures.

The tool version command error log contains relevant details about the failure:

From this: ... Stepman failed to install: run stepman -version
to this: ... Stepman failed to install: run 'stepman -version' failed: fork/exec /root/.bitrise/tools/stepman: exec format error

Different logs are printed if a Bitrise tool is not installed and for version mismatch.

From this: No supported envman version found
to this: envman isn't installed or Incompatible stepman version (0.0.0-development), minimum version: 0.16.3

Changes

  • Update checkIsBitriseToolInstalled logs and error messages
  • Modernise Docker config files

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.

None yet

2 participants