-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(agent): describe usage of Agent init container for multi-stage container build #201
base: release-40
Are you sure you want to change the base?
Conversation
get-started/index.md
Outdated
```Dockerfile | ||
ARG cryostat_agent_version | ||
|
||
FROM quay.io/cryostat/cryostat-agent-init:${agent_version} AS cryostat_agent |
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.
should this be cryostat_agent_version?
``` | ||
|
||
Next we must rebuild our container image. This is specific to your application but will likely look something like | ||
`docker build -t docker.io/myorg/myapp:latest -f src/main/docker/Dockerfile --build-arg cryostat_agent_version={{ site.data.versions.agent.version }} .` |
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.
i dont see 0.4.0 in the quay repo
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.
There isn't one, that's a new build/publication feature that was introduced more recently.
@cryostatio/reviewers ping |
60de4db
to
f6eaff0
Compare
See #202
Related to #90