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

DATAGO-65659: Add terraform assets to the docker build #136

Merged
merged 3 commits into from
Dec 7, 2023

Conversation

gregmeldrum
Copy link
Collaborator

What is the purpose of this change?

Add the terraform assets to docker since we do not want the user to have to do any setup themselves.

How was this change implemented?

Added the terraform executable and solace provider to the docker directory and the Dockerfile adds them to the image and sets up the path

How was this change tested?

Tested in docker on Windows, Linux and MacOS. Manually sent a mop message to trigger queue/subscription creation, update and deletion.

Is there anything the reviewers should focus on/be aware of?

No

@@ -7,6 +7,6 @@
@Service
@Data
public class TerraformProperties {
@Value("${plugins.terraform.workingDirectoryRoot:/${HOME}/tfconfig}")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the unneeded leading / character.

Copy link

SonarQube Quality Gate

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
0.0% 0.0% Duplication

@gregmeldrum gregmeldrum merged commit e940139 into main Dec 7, 2023
6 checks passed
@mo-radwan1 mo-radwan1 deleted the DATAGO-65659-Dockerbuild branch May 7, 2024 18:21
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.

2 participants