Replies: 3 comments
-
I already have interest in something similar. But instead of using E.g. support something like What do you think? |
Beta Was this translation helpful? Give feedback.
-
That would work for me. I can see where this might be easier for you to
implement and gets us the same functionality.
…On Fri, Jul 7, 2017, 11:37 PM Anthony Lapenna ***@***.***> wrote:
I already have interest in something similar. But instead of using version
here, I'm thinking that the image field should be updated to an array...
E.g. support something like image: ['nginx:latest', 'nginx:alpine']. UI
would default to the first entry and when multiple images are found a
dropdown would be displayed to be able to select it.
What do you think?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#999 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNSm4OFWJJnrZl5k9_1NYzWhMsgNgO_ks5sLyOqgaJpZM4ORe5n>
.
|
Beta Was this translation helpful? Give feedback.
-
Well, I'd not say easier as any change in the template format requires backward compatibility. But that's an interesting request, so we'll work on this. |
Beta Was this translation helpful? Give feedback.
-
I would like the ability to have users of the UI choose between multiple versions of the same application. This would require something like the following in the templates:
versions: ["latest","may2017","dec2016"]
and in the UI one would select from among the three versions to start up.
Beta Was this translation helpful? Give feedback.
All reactions