Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker image. #2473

Merged
merged 2 commits into from Jan 11, 2019
Merged

Fix Docker image. #2473

merged 2 commits into from Jan 11, 2019

Conversation

russjones
Copy link
Contributor

Purpose

Trying to start Teleport using DynamoDB as the backend would result in the following error:

ERROR REPORT:
Original Error: *awserr.baseError RequestError: send request failed
caused by: Post https://dynamodb.us-west-2.amazonaws.com/: x509: certificate signed by unknown authority

This was caused by missing CA certificates in the Docker image.

Implementation

  • Install ca-certificates in Docker image.
  • Re-factor Dockerfile to add comments for each layer.
  • Downgrade to LTS Ubuntu release.

@klizhentas
Copy link
Contributor

@russjones while we are on this topic, can you add tsh to the image as well?

#2467

@russjones russjones merged commit 6ab5744 into master Jan 11, 2019
@russjones russjones deleted the rjones/fix-image branch January 11, 2019 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants