Skip to content

bats/bats docker image is using older version of detik #1018

@youngderekm

Description

@youngderekm

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:

  1. 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').
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions