question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DockerEnvironment prefect version

See original GitHub issue

Currently, DockerEnvironments pull the bleeding edge version of Prefect from git, which might not agree with a user’s local version, or might not be stable. I think we should have a “prefect_version” init kwarg that (optionally) specifies a specific Prefect version to pull (defaults to pulling bleeding edge).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jlowincommented, Jan 21, 2019

Maybe default to whatever version the user is currently running?

0reactions
cicdwcommented, May 17, 2019

Yea that makes sense; however, counterpoint: if someone has a + version, it means they necessarily installed directly from GitHub. Which makes me think they could be utilizing some new tasks or something. I think now that I’ve said that out loud I vote that particular situation defaults to master - what do you think?

Wait wait, there might be a third option… give me a minute.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Docker Images - Prefect Docs
The flow's dependencies are loaded from the flow's execution environment. ... Every release of Prefect comes with a few built-in images.
Read more >
Configuring Docker Storage - Prefect Docs
Configuring Docker Storage. This recipe is for configuring your Flow's Docker storage object to handle potentially complicated non-Python dependencies.
Read more >
Docker Agent - Prefect Docs
The minimum supported Docker engine version is v20.10.0. ... Using a DockerRun object lets you customize the deployment environment for a flow (exposing...
Read more >
Environments Overview - Prefect Docs
Prefect supports many storage types ranging from local storage to Docker containers, code repositories including GitHub, and cloud storage with AWS, Azure, ...
Read more >
Infrastructure - Prefect 2 - Coordinating the world's dataflows
Prefect uses infrastructure to create the environment for a user's flow to ... sets a Docker image matching the Python and Prefect version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found