-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Labels
Description
Describe the bug
The Dockerfile references 1.3.1. This version has a bug that was fixed in 1.3.2.
To Reproduce
Steps to reproduce the behavior:
- use
docker run -it -v "${PWD}:/code" bats/bats:latest ...
to run a test that uses detik and a regular expression in the name of an object (at most 1 times every 30s to get kustomization named 'infrastructure-stage[[:digit:]]+' and verify that 'status.lastAppliedRevision' is '$LAST_APPLIED_REVISION'
). - test won't find the object.
Expected behavior
Latest version of detik will be included in :latest
docker image of bats-core.
Environment (please complete the following information):
- operating system (including version): docker image
bash --version
: 1.11.0 (bats/bats:latest)- Install method: docker image.