Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Bug in the Dockerfile of run-harness #257

Open
Bhargav-manepalli opened this issue Jan 25, 2024 · 0 comments
Open

A Bug in the Dockerfile of run-harness #257

Bhargav-manepalli opened this issue Jan 25, 2024 · 0 comments

Comments

@Bhargav-manepalli
Copy link

Describe the bug

When I tried to run the runharness container through "./runWeathervane.pl --configFile weathervane.config". Then, I got aws exec is not found. So, I have included the installation steps for AWS cli in the run-harness Dockerfile. Then, Everything worked well.

Reproduction steps

  1. Include these lines in Dockerfile of run-harness
  2. RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
    && unzip awscliv2.zip
    && ./aws/install
    && rm -rf aws awscliv2.zip
  3. RUN mkdir -p /root/.aws
  4. COPY .aws /root/.aws
    ...

Expected behavior

"./runWeathervane.pl --configFile weathervane.config" This command will work successfully.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant