Skip to content

Master fix#1031

Open
devinleighsmith wants to merge 4 commits into
masterfrom
master_fix
Open

Master fix#1031
devinleighsmith wants to merge 4 commits into
masterfrom
master_fix

Conversation

@devinleighsmith
Copy link
Copy Markdown
Contributor

Pull Request for JIRA Ticket: ----n/a----

Description

Fix observed DNS, image, and test issues with

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

ARG RELEASE_VERSION=0.0.0

RUN dotnet publish "api/api.csproj" -c Release -o /app/publish \
--runtime linux-musl-x64 --no-self-contained /p:ReleaseVersion="${RELEASE_VERSION}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

why is this linux-musl-x64? Because this image is Ubuntu/glibc-based, shouldn't this be linux-x64?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems like linux-x64 more appropriate.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 2, 2026

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

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.

2 participants