kubefuffle2024ue1.quaydev.org
Open in
urlscan Pro
54.211.16.213
Public Scan
URL:
https://kubefuffle2024ue1.quaydev.org/
Submission: On April 24 via api from US — Scanned from DE
Submission: On April 24 via api from US — Scanned from DE
Form analysis
5 forms found in the DOM<form id="file-drop-form-0" class="ng-pristine ng-valid">
<input id="file-drop-0" name="file-drop-0" class="file-drop" type="file" files-changed="handleFilesChanged(files)" accept="*">
<label for="file-drop-0" ng-class="state" class="clear">
<span class="chosen-file">
<!---->
</span><span class="choose-button">
<span>Select file</span>
</span>
</label>
</form>
Name: runForm —
<form name="runForm" id="runForm" class="ng-pristine ng-valid">
<table width="100%">
<tbody><!---->
</tbody>
</table>
</form>
Name: signupForm —
<form class="form-signup ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-mismatch" name="signupForm" ng-submit="register()" ng-show="!awaitingConfirmation && !registering">
<label for="username">Username:</label>
<span class="namespace-input" binding="newUser.username" back-incompat-message="backIncompatMessage" namespace-title="Requested username"><span class="namespace-input-element">
<input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Requested username" ng-model="binding" required="" autofocus=""
ng-pattern="/^(?=.{2,255}$)([a-z0-9]+(?:[._-][a-z0-9]+)*)$/" ng-model-options="{'debounce': 200}" name="namespaceField" ng-class="hasExternalError ? 'ng-invalid' : ''">
</span></span>
<div class="expandable" ng-class="{'expanded': backIncompatMessage || (!signupForm.namespaceField.$error.required && signupForm.namespaceField.$invalid)}">
<div class="co-alert co-alert-warning thin ng-hide" ng-show="backIncompatMessage"></div>
<div class="co-alert co-alert-danger thin ng-hide" ng-show="!signupForm.namespaceField.$error.required && signupForm.namespaceField.$invalid"> Usernames must be alphanumeric and between 2 and 255 characters in length </div>
</div>
<label for="email">E-mail address:</label>
<input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" placeholder="Your email address" name="email" ng-model="newUser.email" required="">
<label for="password">Password:</label>
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Create a password" name="password" ng-model="newUser.password" required="" ng-pattern="/^.{8,}$/">
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-mismatch" placeholder="Verify your password" ng-model="newUser.repeatPassword" match="newUser.password"
required="" ng-pattern="/^.{8,}$/">
<!---->
<button id="signupButton" class="btn btn-primary btn-block landing-signup-button" ng-disabled="signupForm.$invalid" type="submit" analytics-on="" analytics-event="register" disabled="disabled">
<span quay-show="Features.BILLING" class="ng-hide">Create Free Account</span>
<span quay-show="!Features.BILLING">Create Account</span>
</button>
</form>
<form class="form-signin ng-pristine ng-valid" ng-submit="signin();">
<h4 quay-show="!Features.DIRECT_LOGIN && EXTERNAL_LOGINS.length > 2" class="ng-hide"> Login via service </h4>
<div class="external-logins ng-hide" quay-show="EXTERNAL_LOGINS.length && !inAccountRecoveryMode">
<!---->
</div>
<div class="or-bar ng-hide" quay-show="Features.DIRECT_LOGIN && EXTERNAL_LOGINS.length">or</div>
<div class="cor-loader co-m-loader co-an-fade-in-out ng-hide" ng-show="signingIn">
<div class="co-m-loader-dot__one"></div>
<div class="co-m-loader-dot__two"></div>
<div class="co-m-loader-dot__three"></div>
</div>
<div class="co-alert co-alert-danger ng-hide" ng-show="invalidCredentials"> Invalid username or password. </div>
<div class="co-alert co-alert-danger ng-hide" ng-show="needsEmailVerification"> You must verify your email address before you can sign in. </div>
<div class="co-alert co-alert-warning ng-hide" ng-show="tryAgainSoon > 0"> Too many attempts have been made to login. Please try again in 0 second<!----><span ng-if="tryAgainSoon != 1">s</span><!---->. </div>
<div quay-show="Features.DIRECT_LOGIN">
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="signin-username" name="username" placeholder="Username or E-mail Address" ng-model="signInUser.username" ng-disabled="tryAgainSoon > 0 || signingIn"
autofocus="">
<input type="password" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="signin-password" name="password" ng-disabled="tryAgainSoon > 0 || signingIn" placeholder="Password" ng-model="signInUser.password">
</div>
<button class="btn btn-primary btn-block" type="submit" quay-show="Features.DIRECT_LOGIN" ng-disabled="tryAgainSoon > 0"> Sign in to <span class="registry-name"><span class="registry-name-element">Quay</span>
</span>
</button>
</form>
<form class="form-signin ng-pristine ng-valid" ng-submit="sendRecovery()" ng-show="!sent">
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Email" ng-model="recovery.email">
<!---->
<button class="btn btn-primary btn-block" type="submit">Send Recovery Email</button>
</form>
Text Content
≡ * Explore * Tutorial * Sign in * * * + New Organization * New Repository * 0 * Sign in × START REPOSITORY BUILD * Invoke Build Trigger * Upload Dockerfile Please wait while Quay starts the build Select file Please select a Dockerfile or an archive (.tar.gz or .zip) containing a Dockerfile at the root directory The selected Dockerfile contains a FROM that refers to private repository . A robot account with read access to that repository is required for the build: * * You do not have permission to manage teams and robots for this organization * Create team * Create robot account * * No robot accounts found * Teams * * Robot Accounts Manually running a build trigger provides the means for invoking a build trigger as-if called from the underlying service for the latest commit to a particular branch or tag. Trigger Description Branches/Tags Start Build Close × MANUALLY START BUILD TRIGGER Start Build Cancel CREATE NEW ACCOUNT Username: Usernames must be alphanumeric and between 2 and 255 characters in length E-mail address: Password: Create Free Account Create Account Thank you for registering! We have sent you an activation email. You must verify your email address before you can continue. LOGIN VIA SERVICE or Invalid username or password. You must verify your email address before you can sign in. Too many attempts have been made to login. Please try again in 0 seconds. Sign in to Quay PLEASE ENTER THE E-MAIL ADDRESS FOR YOUR ACCOUNT TO RECOVER IT Instructions on how to reset your password have been sent to . If you do not receive the email, please try again shortly. The e-mail address is assigned to organization . To access that organization, an admin user must be used. An e-mail has been sent to with the full list of admin users. Send Recovery Email Create Account Invitation required to sign up Forgot Password? SESSION EXPIRED Your user session has expired. Please sign in to continue. Sign In CANNOT CONTACT EXTERNAL SERVICE A connection to an external service has failed. Please reload the page to try again. × SERVICE IS CURRENTLY READ-ONLY. The service is currently in read-only mode. Pulls and other read-only operations will succeed but all other operations are currently suspended. * Documentation * Quay v3.8.1 UH OH... Something went wrong when trying to load Quay! Please report this to support@quay.io. Your browser does not support features required for this tour. Please upgrade and try again. There was an error registering to listen for server side events. Steps of the tutorial may not be possible. If this problem persists, please contact support. Continue Tutorial Done QUAY ?Show / hide this help menu ×