-
Notifications
You must be signed in to change notification settings - Fork 131
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
[CI] Add container build #804
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Renizmy Thanks a lot for your contribution !
I have added some questions and changes to do.
And to move forward, we also need to create an image with rolling
tag, could you add these changes too on the file ?
name: Build opencti/python-client | ||
command: | | ||
docker run --privileged --rm tonistiigi/binfmt --install all | ||
CIRCLE_TAG=${CIRCLE_TAG:-nightly} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Renizmy Thank you for this PR, could you explain this ? What is the purpose of CIRCLE_TAG:-nightly
?
--build-arg BASE_IMAGE="python:3.12-alpine3.20" | ||
|
||
- run: | ||
name: Push image to regsitry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you correct the naming ?
name: Push image to regsitry | |
name: Push image to registry |
--build-arg BASE_IMAGE="python:3.11-alpine3.20" | ||
|
||
- run: | ||
name: Push image to regsitry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you correct the naming ?
name: Push image to regsitry | |
name: Push image to registry |
Create a Connector Base Image (WIP 🚧)
Required environment variables for docker registry connection
DOCKERHUB_PASS
DOCKERHUB_USERNAME
Completed Tasks
Pending Tasks