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

fix(agent): Unbreak docker builds after repo restructure #7164

Merged
merged 6 commits into from
May 22, 2024

Conversation

Pwuts
Copy link
Member

@Pwuts Pwuts commented May 22, 2024

  • Move autogpt/Dockerfile to Dockerfile.autogpt
    • Write new selective .dockerignore (in repo root) to keep build context clean
    • Amend autogpt/docker-compose.yml and all autogpt-docker-*.yml workflows accordingly
  • Include forge/ in docker build context so it can be used as a path dependency
  • Include frontend/ in docker builds

- Move Dockerfile from `autogpt/` to repo root
- Include `forge/` in build context so it can be used as a path dependency
- Write new selective `.dockerignore` to keep build context clean
Copy link

netlify bot commented May 22, 2024

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit ce2bc96
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/664e17dc507a3b0008d2571f

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.05%. Comparing base (4c32572) to head (ce2bc96).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7164   +/-   ##
=======================================
  Coverage   36.05%   36.05%           
=======================================
  Files          19       19           
  Lines        1273     1273           
  Branches      182      182           
=======================================
  Hits          459      459           
  Misses        786      786           
  Partials       28       28           
Flag Coverage Δ
Linux ?
Windows 35.91% <ø> (ø)
autogpt-agent 36.05% <ø> (ø)
macOS 36.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Pwuts Pwuts marked this pull request as ready for review May 22, 2024 14:24
@Pwuts Pwuts requested review from a team as code owners May 22, 2024 14:24
@Pwuts Pwuts requested review from Torantulino, Bentlybro and kcze and removed request for a team May 22, 2024 14:24
@Pwuts Pwuts changed the title fix(agent): Fix docker builds fix(agent): Unbreak docker builds after repo restructure May 22, 2024
@Pwuts Pwuts merged commit 5292736 into master May 22, 2024
19 of 22 checks passed
@Pwuts Pwuts deleted the reinier/open-974-fix-docker-builds branch May 22, 2024 16:11
@Pwuts Pwuts mentioned this pull request May 29, 2024
1 task
@Pwuts Pwuts linked an issue May 29, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Frontend on Docker
1 participant