Skip to content

Commit

Permalink
Removing and deprecating the old Dockerfile.
Browse files Browse the repository at this point in the history
The eext docker image is now served by barney docker registry.
This avoids specifying the image contents in both Dockerfile and
Barneyfile. Now, we have an unified view.
BDR Image:
barney-docker.infra.corp.arista.io/code.arista.io/eos/tools/eext-bus
See https://github.com/aristanetworks/eext-bus/blob/main/README.md
for detailed instructions.
  • Loading branch information
aajith-arista committed Jan 3, 2025
1 parent b8232e7 commit 85feb3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/eext-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
# using recursive to avoid hardcoding paths
# and missing any future additions
recursive: true
verbose: true
ignore: DL3002

- name: Lint yaml files
run: yamllint .
44 changes: 0 additions & 44 deletions Dockerfile

This file was deleted.

0 comments on commit 85feb3e

Please sign in to comment.