{"id":29175820,"url":"https://github.com/heppu/tc","last_synced_at":"2025-07-01T16:11:30.865Z","repository":{"id":291933596,"uuid":"979223899","full_name":"heppu/tc","owner":"heppu","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-07T08:54:32.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T09:45:04.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heppu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-07T07:25:11.000Z","updated_at":"2025-05-07T08:54:35.000Z","dependencies_parsed_at":"2025-05-07T09:56:16.046Z","dependency_job_id":null,"html_url":"https://github.com/heppu/tc","commit_stats":null,"previous_names":["heppu/tc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heppu/tc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Ftc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Ftc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Ftc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Ftc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heppu","download_url":"https://codeload.github.com/heppu/tc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Ftc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262996686,"owners_count":23396909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-01T16:11:28.350Z","updated_at":"2025-07-01T16:11:30.846Z","avatar_url":"https://github.com/heppu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tc\n\nSimple project to validate that following tools are working:\n\n- Make\n- Go\n- Docker/Podman\n- testcontainers-go\n\nTo validate your environment run:\n\n```bash\ngit clone https://github.com/heppu/tc\ncd tc\nmake\n```\n\nIf everything works correctly you should see something like this:\n\n```\ngo test -count=1 -v .\n2025/05/07 11:41:53 github.com/testcontainers/testcontainers-go - Connected to docker:\n  Server Version: 28.0.4\n  API Version: 1.48\n  Operating System: Void Linux\n  Total Memory: 31433 MB\n  Testcontainers for Go Version: v0.37.0\n  Resolved Docker Host: unix:///var/run/docker.sock\n  Resolved Docker Socket Path: /var/run/docker.sock\n  Test SessionID: 2b49b0502a02c6a823b215e92193c04af3d461cb8673e557041997c699f39c48\n  Test ProcessID: d9015f54-2877-45f7-becd-f3553ddeb608\n Network c9d1c143-e629-4e4c-a6e5-454192d2bc2b_default  Creating\n Network c9d1c143-e629-4e4c-a6e5-454192d2bc2b_default  Created\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Creating\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Created\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Starting\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Started\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Waiting\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Healthy\n2025/05/07 11:41:55 🐳 Creating container for image testcontainers/ryuk:0.11.0\n2025/05/07 11:41:55 ✅ Container created: 27c2810bd706\n2025/05/07 11:41:55 🐳 Starting container: 27c2810bd706\n2025/05/07 11:41:56 ✅ Container started: 27c2810bd706\n2025/05/07 11:41:56 ⏳ Waiting for container id 27c2810bd706 image: testcontainers/ryuk:0.11.0. Waiting for: \u0026{Port:8080/tcp timeout:\u003cnil\u003e PollInterval:100ms skipInternalCheck:false}\n2025/05/07 11:41:56 🔔 Container is ready: 27c2810bd706\n=== RUN   TestValidate\n    tc_test.go:25: Test environment is working correctly\n--- PASS: TestValidate (0.00s)\nPASS\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Stopping\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Stopped\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Removing\n Container c9d1c143-e629-4e4c-a6e5-454192d2bc2b-postgres-1  Removed\n Network c9d1c143-e629-4e4c-a6e5-454192d2bc2b_default  Removing\n Network c9d1c143-e629-4e4c-a6e5-454192d2bc2b_default  Removed\nok  \tgithub.com/heppu/tc\t3.431s\n```\n\n## Helpful links\n\n- [https://docs.rancherdesktop.io/how-to-guides/using-testcontainers/](https://docs.rancherdesktop.io/how-to-guides/using-testcontainers/)\n\n- [https://podman-desktop.io/tutorial/testcontainers-with-podman](https://podman-desktop.io/tutorial/testcontainers-with-podman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppu%2Ftc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheppu%2Ftc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppu%2Ftc/lists"}