Skip to content

Commit

Permalink
Remove legacy image stage from the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Dec 6, 2023
1 parent 2b40f8a commit 1ff9a3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ WORKDIR /home/k6

ENTRYPOINT ["k6"]

# Legacy loadimpact/k6 image
FROM release as legacy

COPY entrypoint-legacy.sh /usr/bin/

ENTRYPOINT ["/usr/bin/entrypoint-legacy.sh"]

# Browser-enabled bundle
FROM release as with-browser

Expand Down
13 changes: 0 additions & 13 deletions entrypoint-legacy.sh

This file was deleted.

0 comments on commit 1ff9a3d

Please sign in to comment.