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

update dockerfile devcontainer #1109

Merged
merged 13 commits into from
Jan 25, 2024
Merged

Conversation

brianignacio5
Copy link
Collaborator

@brianignacio5 brianignacio5 commented Jan 8, 2024

Description

Update Dockerfile and devcontainer.json to latest IDF and python version.

Add Python Lib directory to Path in python env install.

Fixes #1100
Fixes #1101
Fixes #1106

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Steps to test this pull request

Provide a list of steps to test changes in this PR and required output

  1. Click on "Configure ESP-IDF extension" command
  2. Execute setup action
  3. Observe results. Python libraries used in setup should come from embed Python.
  • Expected behaviour:

  • Expected output:

How has this been tested?

Manual test of setup wizard on Windows.

Test Configuration:

  • ESP-IDF Version: 5.3
  • OS (Windows,Linux and macOS): Windows

Checklist

  • PR Self Reviewed
  • Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

Copy link

github-actions bot commented Jan 8, 2024

Download the artifacts for this pull request:

@brianignacio5 brianignacio5 force-pushed the bugfix/dockerfile-template branch from b243111 to ea89704 Compare January 16, 2024 07:02
Copy link
Collaborator

@radurentea radurentea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Tested it on Windows 11

@brianignacio5 brianignacio5 force-pushed the bugfix/dockerfile-template branch 2 times, most recently from cf81ca9 to 418f25a Compare January 24, 2024 05:49
@brianignacio5 brianignacio5 added this to the v1.7.0 milestone Jan 24, 2024
@AndriiFilippov
Copy link
Collaborator

AndriiFilippov commented Jan 25, 2024

@brianignacio5 hi !

Tested:
OS - Windows 10
ESP-IDF: v5.2

Do see Python updates.
image

LGTM 👍

@brianignacio5 brianignacio5 merged commit 2b2e660 into master Jan 25, 2024
11 checks passed
@brianignacio5 brianignacio5 deleted the bugfix/dockerfile-template branch January 25, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment