Skip to content

openjdk:11-jdk-slim based image with amazon-ecr-credential-helper

License

Notifications You must be signed in to change notification settings

chrischall/java11-ecr-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

jdk-ecr-helper

library/openjdk:17-jdk-slim-bullseye based image with:

  • awscliv2
  • git
  • postgresql-client
  • ssh

building and pushing

podman build . --tag 294686472773.dkr.ecr.us-east-1.amazonaws.com/bitbucket/jdk-build:17
aws ecr get-login-password | podman login --username AWS --password-stdin 294686472773.dkr.ecr.us-east-1.amazonaws.com
podman push 294686472773.dkr.ecr.us-east-1.amazonaws.com/bitbucket/jdk-build:17

troubleshooting

If you get a certificate error during podman build .

podman pull docker.io/library/openjdk:17-jdk-slim-bullseye --tls-verify=false

About

openjdk:11-jdk-slim based image with amazon-ecr-credential-helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published