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

Building custom images from a docker file #165

Closed
Geigerkind opened this issue May 28, 2020 · 3 comments
Closed

Building custom images from a docker file #165

Geigerkind opened this issue May 28, 2020 · 3 comments

Comments

@Geigerkind
Copy link

Hi there!
I have a somewhat custom docker container that changes frequently, therefore I would like to provide a docker file instead. How can I do this?

Cheers!

@thomaseizinger
Copy link
Collaborator

Hi @Geigerkind,

at the moment, we don't support this usecase directly and I am not quite sure what a good way of supporting this could be.

Is the Dockerfile part of your cargo workspace?
One solution I could think of is to build the docker container locally based on a cargo buildscript.
Once you have the container, you can write yourself a custom Image that references the container by the tag you used to build it.

Would that work for you?

@Geigerkind
Copy link
Author

Hey @thomaseizinger,
I have not thought about using the build script. I will try this and report back!

Cheers!

@Geigerkind
Copy link
Author

That worked, thanks!

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

No branches or pull requests

2 participants