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

Docker - Deploy Latest #117

Closed
brdlyptrs opened this issue Nov 2, 2021 · 1 comment
Closed

Docker - Deploy Latest #117

brdlyptrs opened this issue Nov 2, 2021 · 1 comment

Comments

@brdlyptrs
Copy link

What

Bump the current comply version in the Dockerfile to use latest release: 1.5.2, and deploy to docker hub.

Why

Always nice to have the latest updates, and running docker containers is a good way to both run and isolate tools in a controlled environment.

@camposer
Copy link
Contributor

camposer commented Nov 5, 2021

Thanks for the feedback @brdlyptrs
The version that you see in the Dockerfile is just a base version in case there's no explicit COMPLY_VERSION. If you want to build the project I recommend you to take a look at the Makefile. Specially interesting for you:

docker build --build-arg COMPLY_VERSION=`cat VERSION` -t strongdm/comply .

@camposer camposer closed this as completed Nov 5, 2021
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

No branches or pull requests

2 participants