Skip to content

Commit

Permalink
Fix issue in entry-point in host-check dockerfile (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeaty-cisco authored Jun 11, 2024
1 parent dcb7d08 commit f1bc73a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

The v1 release supports Cisco IOS-XR release versions from 7.7.1 to 7.10.1.

### v1.1.17 (2024-06-11)

- Fixed entry-point in `host-check` Dockerfile.

### v1.1.16 (2024-05-21)

- Added Dockerfile to build `host-check` container image.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.host-check
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN apt-get -y update && \

COPY scripts/host-check .

ENTRYPOINT ["scripts/host-check"]
ENTRYPOINT ["./host-check"]
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ target-version = ["py37", "py38", "py39", "py310"]
include = """
(
\\.py$
| xr-compose$
| host-check$
)
"""
exclude = """
(
Dockerfile.host-check$
| scripts/xr-compose$
| scripts/host-check$
)
"""

Expand Down

0 comments on commit f1bc73a

Please sign in to comment.