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

docs(README): Add instructions for airgap deployment (fixes #104) #160

Merged
merged 2 commits into from
Feb 25, 2022

Conversation

mehaase
Copy link
Contributor

@mehaase mehaase commented Feb 24, 2022

  • Provide detailed steps for how to move Docker images across an airgap.

  • The rest of the installation is the same.

  • Also refactor the way we build certs into the Docker image. The old approach
    required editing the dockerfile, which led certain people ( me) to
    accidentally check in the Dockerfile with their own issuer cert configured in
    it. The new approach passes the information in the environment.

    closes Airgap Deployment of TRAM #104

- Provide detailed steps for how to move Docker images across an airgap.
- The rest of the installation is the same.
- Also refactor the way we build certs into the Docker image. The old approach
  required editing the dockerfile, which was led certain people (i.e. myself) to
  accidentally check in the Dockerfile with their own issuer cert configured in
  it. The new approach passes the information in the environment.
@mehaase mehaase requested a review from emmanvg February 24, 2022 20:55
@mehaase mehaase self-assigned this Feb 24, 2022
@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #160 (da8b4a2) into master (95d5fd9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files           9        9           
  Lines         847      847           
=======================================
  Hits          810      810           
  Misses         37       37           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95d5fd9...da8b4a2. Read the comment docs.

@emmanvg emmanvg added this to the v1.1.3 milestone Feb 25, 2022
@mehaase mehaase force-pushed the 104-airgap-deployment branch from 134065c to 824992e Compare February 25, 2022 13:58
@mehaase mehaase force-pushed the 104-airgap-deployment branch from 824992e to da8b4a2 Compare February 25, 2022 14:12
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mehaase mehaase requested a review from emmanvg February 25, 2022 14:19
@emmanvg emmanvg merged commit 7c9d875 into master Feb 25, 2022
@emmanvg emmanvg deleted the 104-airgap-deployment branch February 25, 2022 16:36
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.

Airgap Deployment of TRAM
2 participants