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

Inline Execution Containers #8329

Closed
3 tasks done
hnrkndrssn opened this issue Sep 7, 2023 · 2 comments
Closed
3 tasks done

Inline Execution Containers #8329

hnrkndrssn opened this issue Sep 7, 2023 · 2 comments
Assignees
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time

Comments

@hnrkndrssn
Copy link

hnrkndrssn commented Sep 7, 2023

Prerequisites

  • I have searched open and closed issues to make sure it isn't already requested
  • My team has started working on this issue
  • I have written a descriptive issue title

The enhancement

The Need

Currently when using an execution container to run a step you have to build the image and publish it to a container image repository which means it's difficult to quickly iterate through any issues.

Solution

Add support to use a Git repository, or an inline Dockerfile, that will be built and used as the container that the step is executed on which will make it easier to quickly iterate on issues or proof-of-concepts.

Screenshots and Mockups

Using a container from a container feed:
image

Sourcing Dockerfile from a Git URL:
image

Specifying the Dockerfile inline in the step:
image

Links

@hnrkndrssn hnrkndrssn added the kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time label Sep 7, 2023
@hnrkndrssn hnrkndrssn self-assigned this Sep 7, 2023
@octoreleasebot
Copy link

Release Note: Added support for Inline Execution Containers

@Octobob
Copy link
Member

Octobob commented Feb 19, 2024

🎉 The fix for this issue has been released in:

Release stream Release
2024.1 2024.1.188
2024.2+ all releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time
Projects
None yet
Development

No branches or pull requests

3 participants