Skip to content

fix: do not remove the file schema in docker.host property#1517

Merged
mdelapenya merged 4 commits intotestcontainers:mainfrom
mdelapenya:fix-docker-host-property
Aug 23, 2023
Merged

fix: do not remove the file schema in docker.host property#1517
mdelapenya merged 4 commits intotestcontainers:mainfrom
mdelapenya:fix-docker-host-property

Conversation

@mdelapenya
Copy link
Copy Markdown
Member

What does this PR do?

This PR removes the code to parse the docker host when it comes from the docker.host property in the testcontainers.properties file.

Why is it important?

It must behave as the DOCKER_HOST variable.

Related issues

@mdelapenya mdelapenya requested a review from a team as a code owner August 23, 2023 08:49
@mdelapenya mdelapenya added the bug An issue with the library label Aug 23, 2023
@mdelapenya mdelapenya self-assigned this Aug 23, 2023
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 23, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit df03fa4
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/64e62bab1c263b0008aae7d3
😎 Deploy Preview https://deploy-preview-1517--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mdelapenya
Copy link
Copy Markdown
Member Author

Merging, as core module passed

@mdelapenya mdelapenya merged commit 34ba6eb into testcontainers:main Aug 23, 2023
@mdelapenya mdelapenya deleted the fix-docker-host-property branch August 24, 2023 06:57
mdelapenya added a commit to igribkov/testcontainers-go that referenced this pull request Aug 28, 2023
* main: (26 commits)
  modulegen: create internal/make (testcontainers#1537)
  chore: fix workflow (testcontainers#1538)
  chore(deps): bump the all group in /examples/cockroachdb with 1 update (testcontainers#1522)
  chore(deps): bump the all group in /examples/bigtable with 1 update (testcontainers#1534)
  chore(deps): bump the all group in /modules/localstack with 4 updates (testcontainers#1535)
  chore(deps): bump the all group in /modules/k3s with 2 updates (testcontainers#1526)
  chore(deps): bump the all group in /examples/spanner with 2 updates (testcontainers#1532)
  chore(deps): bump the all group in /examples/firestore with 1 update (testcontainers#1523)
  chore(deps): bump the all group in /modules/redis with 1 update (testcontainers#1524)
  chore(deps): bump the all group in /modules/clickhouse with 1 update (testcontainers#1525)
  chore(deps): bump the all group in /examples/toxiproxy with 2 updates (testcontainers#1528)
  chore(deps): bump the all group in /examples/pubsub with 1 update (testcontainers#1531)
  chore(deps): bump the all group in /examples/datastore with 2 updates (testcontainers#1530)
  chore(deps): bump the all group in /modules/redpanda with 1 update (testcontainers#1527)
  chore: properly render mkdocs.yml (testcontainers#1521)
  modulegen: create internal/workflow (testcontainers#1520)
  modulegen: create internal/module (testcontainers#1505)
  modulegen: create internal/mkdocs (testcontainers#1504)
  fix: do not remove the file schema in docker.host property (testcontainers#1517)
  fix: reset config in tests (testcontainers#1516)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug An issue with the library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: docker.host parameter doesn't work anymore

1 participant