Load and push the Pentaho Docker image to ECR
Select and tag the Pentaho Docker image and then push it to the ECR registry.
Navigate to the image directory containing the Pentaho
tar.gz
files.Select and load the
tar.gz
file into the local registry by running the following command:docker load -i <pentaho-image>.tar.gz
Record the name of the source image that was loaded into the registry by using the following command:
docker images
Tag the source image so it can be pushed to the cloud platform by using the following command:
docker tag <source-image>:<tag> <target-repository>:<tag>
Push the image file into the ECR registry using the following Docker command:
docker push <target-repository>:<tag>
The AWS Management Console displays the uploaded image URI.
For general AWS instructions on how to push an image to AWS, see Pushing a Docker image.
Record the newly created ECR repository URI in the Worksheet for AWS hyperscaler.
Last updated
Was this helpful?