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 dockerfiles #915

Merged
merged 3 commits into from
Apr 6, 2022
Merged

Fix dockerfiles #915

merged 3 commits into from
Apr 6, 2022

Conversation

eapolinario
Copy link
Collaborator

TL;DR

Fix docker images

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

The name used by CI to find each python version corresponding python version was wrong (as it expected a file named "Dockerfile.pyVV" as opposed to "Dockerfile.pyV.V").

This PR also sets the workdir in the images to /root to be used in script mode.

Tracking Issue

flyteorg/flyte#2241

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #915 (a976ffb) into master (3cfbb71) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #915   +/-   ##
=======================================
  Coverage   86.43%   86.43%           
=======================================
  Files         243      243           
  Lines       23243    23243           
  Branches     2618     2618           
=======================================
  Hits        20089    20089           
  Misses       2713     2713           
  Partials      441      441           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cfbb71...a976ffb. Read the comment docs.

@eapolinario eapolinario merged commit c4e0e68 into master Apr 6, 2022
myz540 pushed a commit to ProjectAussie/flytekit that referenced this pull request Apr 11, 2022
* Change workdir to /root in dockerfiles

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Rename dockerfiles to match the versions used in CI

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Set python path to /root in dockerfiles

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
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

Successfully merging this pull request may close these issues.

2 participants