You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Login using the default username: admin, and password: password for the on-prem installation, or the credentials provided to you by email for the cloud installation.
384
+
JFrog Platform is integrated with OAuth allowing you to delegate authentication requests to external providers (the provider types supported are Google, OpenID Connect, GitHub Enterprise, and Cloud Foundry UAA)
385
+
386
386
> **Note**: nerdctl prior to v0.16.1 had a bug that required pressing the Enter key twice.
387
387
388
388
### Creating a repo
389
-
You do not need to create a repo explicitly.
389
+
1. Add local Docker repository
390
+
1. Add a new Local Repository with the Docker package type via `https://<server-name>.jfrog.io/ui/admin/repositories/local/new`.
391
+
2. Add virtual Docker repository
392
+
1. Add a new virtual repository with the Docker package type via `https://<server-name>.jfrog.io/ui/admin/repositories/virtual/new`.
393
+
2. Add the local docker repository you created in Steps 1 (move it from Available Repositories to Selected Repositories using the arrow buttons).
394
+
3. Set local repository as a default local deployment repository.
390
395
391
396
### Pushing an image
392
-
393
397
```console
394
-
$ nerdctl tag hello-world quay.io/<USERNAME>/hello-world
395
-
$ nerdctl push quay.io/<USERNAME>/hello-world
398
+
$ nerdctl tag hello-world <SERVER_NAME>.jfrog.io/<VIRTUAL_REPO_NAME>/hello-world
The pushed image appears in https://quay.io/repository/ .
399
-
Private as default.
402
+
The `SERVER_NAME` is the first part of the URL given to you for your environment: `https://<SERVER_NAME>.jfrog.io`
400
403
401
-
## JFrog Artifactory (Cloud/On-Prem)
402
-
See also https://www.jfrog.com/confluence/display/JFROG/Getting+Started+with+Artifactory+as+a+Docker+Registry
404
+
The `VIRTUAL_REPO_NAME` is the name “docker” that you assigned to your virtual repository in 2.i .
403
405
404
-
### Login to JFrog environment
405
-
Login using the default username: admin, and password: password for the on-prem installation, or the credentials provided to you by email for the cloud installation.
406
-
JFrog Platform is integrated with OAuth allowing you to delegate authentication requests to external providers (the provider types supported are Google, OpenID Connect, GitHub Enterprise, and Cloud Foundry UAA)
406
+
The pushed image appears in `https://<SERVER_NAME>.jfrog.io/ui/repos/tree/General/<VIRTUAL_REPO_NAME>` .
407
+
Private by default.
408
+
409
+
## Quay.io
410
+
See also https://docs.quay.io/solution/getting-started.html
0 commit comments