how to block building of image until one resource is already running
9 views
Skip to first unread message
Shawn
unread,
Mar 11, 2024, 1:58:50 AM3/11/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skaffold-users
Hello,
I have a query backend service and a front end service and I'd like to hold off on building the image for the front end service until the query backend service is available to the front end service. The situation is that the front end uses static site generation using data that it would pull from the query backend service. Thank you.