Skip to content

Conversation

@devon-sil
Copy link
Contributor

Removed

  • Pushing image to DockerHub

@briskt
Copy link
Contributor

briskt commented Jan 29, 2026

Should this change be highlighted in the README since this is used by others?

Appears to not need the additional parameters.
@devon-sil devon-sil requested a review from briskt January 30, 2026 17:58
@devon-sil
Copy link
Contributor Author

@briskt I needed to adjust the install for bats. If I left the repo parameter, it caused issues for not finding bats-core. Would you give it a look over?

@@ -1,5 +1,5 @@
#!/usr/bin/env bash

apk add bats --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted

Choose a reason for hiding this comment

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

This isn't docker hub, so I don't understand the removal.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think it has to do with Docker Hub, but it apparently broke since the last time the test was run. What isn't clear is why the alternate repository was used at all.

Copy link

Choose a reason for hiding this comment

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

apt install fails on containers in debian without an update, I think the --update-cache might be good to keep.

Copy link
Contributor

@briskt briskt left a comment

Choose a reason for hiding this comment

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

Looks OK to me, though I think some mention should be made, in a prominent place like the README, about dropping the Docker Hub image. But in reality I think nobody, including our team, uses the Docker image at all. We just pull the script directly from GitHub. So I'd recommend deleting the entire build/push and just leave the test.

@@ -1,5 +1,5 @@
#!/usr/bin/env bash

apk add bats --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think it has to do with Docker Hub, but it apparently broke since the last time the test was run. What isn't clear is why the alternate repository was used at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants