Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

bug-fix for docker utils #57

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

everettraven
Copy link
Owner

Proposed Changes

Modifies the docker utility function ImageExists to check the length of the RepoTags array on an Image object prior to indexing the array. This will prevent tests from failing due to an index out of range exception.

resolves #54

Type of Change

What kind of change to packageless is this?

  • Bug Fix
  • Feature
  • Documentation
  • Repository Enhancement
  • Testing

Checklist

Before the Pull Request can be considered for merging, the following Checklist should have the corresponding fields completed:

  • All tests have passed locally after running go test ./...
  • I have added tests that prove my fix or feature works as expected
  • I have added any necessary documentation for my fix or feature

Comments

Any further information you want to provide can go here.

@everettraven everettraven merged commit 9902bdf into main Jan 27, 2022
@everettraven everettraven deleted the bug-fix/check-repotags-length branch January 27, 2022 05:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A few tests are failing on Windows
1 participant