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

build: add version information to logs #1159

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

The circle.yml push job outputs no information about the versions of Node.js, Docker and Buildx used to build and push Cypress Docker images.

Documentation provided on the CircleCI website regarding the content of the Ubuntu machine images is incomplete. Starting with Docker Engine 23.0 Buildx is distributed in a separate package docker-buildx-plugin. Since the CircleCI documentation does not list the configured version of Buildx, it is only possible to determine it by inspection of the machine image.

Change

Add logging information for the versions of Node.js, Docker and Buildx used in the push job to the circle.yml workflow.

Providing this information enables better lookup of the correct release note and other documentation when attempting to resolve possible build issues or when modifying the build process.

@cypress-app-bot
Copy link

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

Yah this will be helpful info

@jennifer-shehane jennifer-shehane merged commit 7104a0d into cypress-io:master Jul 10, 2024
33 checks passed
@MikeMcC399 MikeMcC399 deleted the add-version-infos branch July 10, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants