brayton
  • Home
  • About
Subscribe
Tagged

Dockerfile

A collection of 1 post

AWS RDS SSL import inside Dockerfile
docker

AWS RDS SSL import inside Dockerfile

TLDR; Here is my Dockerfile FROM openjdk:8-jdk MAINTAINER Brayton # create a temp dir in which to work RUN OLDDIR="$PWD" RUN mkdir /tmp/rds-ca && cd /tmp/rds-ca # download the AWS RDS SSL bundle RUN wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem # split the bundle

  • Brayton Stafford
Brayton Stafford Feb 22, 2018 • 2 min read
brayton © 2023
Powered by Ghost