You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The https://github.com/tinkerbell/tink/tree/main/internal/agent/runtime package unit tests require Docker to be installed. Do we want this to be a dependency for unit tests? Also, i have an Ubuntu 22.04 system with Docker (24.0.2) and TestDockerImageNotPresent is failing for me. output:
…nc (#771)
## Description
This allows for using the formatPartition func for more device types. `vd*` is a device created by virtio. `hd*` for legacy IDE hard disks.
Also use `hello-world` image instead of `alpine` in the `TestDockerImageNotPresent` unit test.
## Why is this needed
Fixes: #770
## How Has This Been Tested?
## How are existing users impacted? What migration steps/scripts do we need?
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
The https://github.com/tinkerbell/tink/tree/main/internal/agent/runtime package unit tests require Docker to be installed. Do we want this to be a dependency for unit tests? Also, i have an Ubuntu 22.04 system with Docker (24.0.2) and
TestDockerImageNotPresent
is failing for me. output:When I updated the test to output differently i get this:
So it appears that this is dependent on the
alpine
image not being used by any started containers.Expected Behaviour
Current Behaviour
Possible Solution
hello-world
for example.Steps to Reproduce (for bugs)
Context
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: