From ddcfcf91930d7ba0852529211bcee0258415ca0d Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 15 Jul 2024 13:34:09 -0600 Subject: [PATCH] Fix dockerfile links --- .../getting-started/packaging-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/docs/introduction/getting-started/packaging-application.md b/website/docs/introduction/getting-started/packaging-application.md index e71374574..9c7adbd25 100644 --- a/website/docs/introduction/getting-started/packaging-application.md +++ b/website/docs/introduction/getting-started/packaging-application.md @@ -7,11 +7,11 @@ Before a workload can be deployed to a Kubernetes distribution like EKS it first The table below provides links to the ECR Public repository for each component, as well as the `Dockerfile` that was used to build each component. -| Component | ECR Public repository | Dockerfile | -| ------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | -| UI | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-ui) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/images/java17/Dockerfile) | -| Catalog | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-catalog) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/images/go/Dockerfile) | -| Shopping cart | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-cart) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/images/java17/Dockerfile) | -| Checkout | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-checkout) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/images/nodejs/Dockerfile) | -| Orders | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-orders) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/images/java17/Dockerfile) | -| Assets | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-assets) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/main/src/assets/Dockerfile) | +| Component | ECR Public repository | Dockerfile | +| ------------- | --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| UI | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-ui) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/images/java17/Dockerfile) | +| Catalog | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-catalog) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/images/go/Dockerfile) | +| Shopping cart | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-cart) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/images/java17/Dockerfile) | +| Checkout | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-checkout) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/images/nodejs/Dockerfile) | +| Orders | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-orders) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/images/java17/Dockerfile) | +| Assets | [Repository](https://gallery.ecr.aws/aws-containers/retail-store-sample-assets) | [Dockerfile](https://github.com/aws-containers/retail-store-sample-app/blob/0.1.0/src/assets/Dockerfile) |