This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| ################################################################################## | |
| # Configure the ECR credential helper to make interacting with the ECR | |
| # repo eaiser from the Docker client. | |
| # | |
| # Usage: `./setup_ecr_credential.sh` | |
| # | |
| # $OS (defaults to autodetection using OSTYPE) - macos OR linux, which |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| ############################################################################### | |
| # Generate the server and client certificates required to secure and verify | |
| # both the Docker daemon and Docker client when communicating over an HTTP | |
| # socket using TLS. | |
| # | |
| # NOTE: These steps can all be completed manually as well. Simply follow the | |
| # requirements specified by the DIY comments to generate the appropriate certs. | |
| # This website provides good information about the process: | |
| # https://jamielinux.com/docs/openssl-certificate-authority/sign-server-and-client-certificates.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| S ./** | |
| B _build/** |
OlderNewer