FlowSaga Tutorial: Error at Deploying flight-book to app: travel
See original GitHub issueThere is an error when trying to deploy flight-book.
Seems like jdk9-1.0.73 tag does not exist for fn-java-fdk-build image.
Here is the error message:
Current Context: default
Sending build context to Docker daemon 84.48kB
Step 1/11 : FROM fnproject/fn-java-fdk-build:jdk9-1.0.73 as build-stage
manifest for fnproject/fn-java-fdk-build:jdk9-1.0.73 not found
Fn: deploy error on /u01/app/fn/tutorials/FlowSaga/flight/book/func.yaml: error running docker build: exit status 1
Looking at DockerHub > fnproject/fn-java-fdk-build, there is no jdk9-1.0.73 tag. The latest one is jdk9-1.0.72.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Fn Flow Tutorial - Serverless Sagas with Fn Flow - Fn Project
In this tutorial we'll use Fn Flow with the saga pattern to build a fault-tolerant, polyglot, serverless travel booking app.
Read more >Tutorial: Deploying a Hello World application
In this guide, you download, build, and deploy a sample Hello World application using AWS SAM. You then test the application in the...
Read more >Fly Rights | US Department of Transportation
A Consumer Guide to Air Travel CONTENTS Air Fares Schedules and Tickets Delayed and Canceled Flights Overbooking.
Read more >JetBlue | Airline Tickets, Flights & Airfare: Book Direct - Official ...
Book JetBlue flights and vacation packages to 100+ destinations. Award-winning service, the most legroom in coach, free wi-fi, live TV, movies, snacks, ...
Read more >tutorials from fnproject - GithubHelp
FlowSaga Tutorial : Error at Deploying flight-book to app: travel. There is an error when trying to deploy flight-book. Seems like jdk9-1.0.73 tag...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve had to roll back the broken 1.0.73 release, can you try again now, thanks
@rcarrascosps maybe because flow lib API changed, no? Which version of Java FDK do you use?