Skip to content

docs: simplify JFrog integration docs #11787

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

Merged
merged 17 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
refactor
  • Loading branch information
matifali committed Jan 25, 2024
commit 94f8b6f9524e1d717fb050cfed56ad3c2657ff07
9 changes: 4 additions & 5 deletions docs/guides/artifactory-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Use Coder and JFrog Artifactory together to secure your development environments
without disturbing your developers' existing workflows.

This guide will demonstrate how to use JFrog Artifactory as a package registry
within a workspace. We'll use Docker as the underlying compute. But, these
concepts apply to any compute platform.

The full example template can be found
[here](https://github.com/coder/coder/tree/main/examples/jfrog/docker).
within a workspace.

## Requirements

Expand Down Expand Up @@ -94,6 +90,9 @@ The admin-level access token is used to provision user tokens and is never expos
developers or stored in workspaces.
</blockquote>

The full example template uses Docker as the underlying compute. But, these
concepts apply to any compute platform. Please check [here](https://github.com/coder/coder/tree/main/examples/jfrog/docker).

## Offline Deployments

See the [offline deployments](../install/offline.md#coder-modules) section for
Expand Down