-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(docker): create image req #291
Merged
harlem88
merged 7 commits into
edgehog-device-manager:main
from
joshuachp:feature/create-image-req
Oct 18, 2024
Merged
feat(docker): create image req #291
harlem88
merged 7 commits into
edgehog-device-manager:main
from
joshuachp:feature/create-image-req
Oct 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joshuachp
force-pushed
the
feature/create-image-req
branch
2 times, most recently
from
October 26, 2023 13:07
5bb43b9
to
6ba8989
Compare
joshuachp
force-pushed
the
feature/create-image-req
branch
2 times, most recently
from
November 2, 2023 11:33
32a72bd
to
49df978
Compare
harlem88
requested changes
Nov 2, 2023
joshuachp
force-pushed
the
feature/create-image-req
branch
4 times, most recently
from
December 20, 2023 15:11
0c79e64
to
a5fef50
Compare
joshuachp
force-pushed
the
feature/create-image-req
branch
from
September 30, 2024 09:27
a5fef50
to
5ee0791
Compare
rgallor
suggested changes
Sep 30, 2024
joshuachp
force-pushed
the
feature/create-image-req
branch
from
September 30, 2024 15:28
5ee0791
to
312c88c
Compare
rgallor
suggested changes
Oct 3, 2024
joshuachp
force-pushed
the
feature/create-image-req
branch
3 times, most recently
from
October 3, 2024 13:44
123a014
to
c860b2d
Compare
rgallor
approved these changes
Oct 3, 2024
harlem88
requested changes
Oct 3, 2024
lucaato
reviewed
Oct 15, 2024
joshuachp
force-pushed
the
feature/create-image-req
branch
from
October 15, 2024 14:50
c860b2d
to
993b8fa
Compare
joshuachp
force-pushed
the
feature/create-image-req
branch
7 times, most recently
from
October 16, 2024 15:06
57ffac2
to
87664a7
Compare
joshuachp
force-pushed
the
feature/create-image-req
branch
from
October 16, 2024 16:04
36bfb79
to
c443f0a
Compare
rgallor
suggested changes
Oct 17, 2024
harlem88
requested changes
Oct 17, 2024
joshuachp
force-pushed
the
feature/create-image-req
branch
2 times, most recently
from
October 17, 2024 13:43
8ed3362
to
f530727
Compare
lucaato
reviewed
Oct 17, 2024
rgallor
approved these changes
Oct 17, 2024
lucaato
approved these changes
Oct 17, 2024
Create the image that can be pulled from a registry, with optionally authentication, and remove it for cleanup. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Add the AvailableImage property, and mock the client to test the store call. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Add an image state struct to have a consistent stabilization of an image to persistent storage. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Add the request and NodeType for the image. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Create the image and store it in the state file. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Test the reception of a create image request for the containers. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
Make the code clearer and test the conversion from CreateImage to Image. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
joshuachp
force-pushed
the
feature/create-image-req
branch
from
October 18, 2024 09:06
f530727
to
f0e1b1e
Compare
harlem88
approved these changes
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #277