Project

General

Profile

Actions

Feature #8018

closed

Repository creation (API/CLI/UI) should perform validation on name for Docker-based repositories

Added by Og Maciel over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Since the name for a Docker-based repository need to match the exact 'upstream name' for an existing Docker image, we will need to perform some type of sanitation in the name field so that only the expected characters (i.e. a-z, 0-9, / and _) are allowed. If we don't perform any validation for Docker-based repos, then the user won't find out about this until he/she tries to synchronize it.

If no form validation can be performed (UI), then perhaps we should display some type of help text explaining what the rules are? Preferably all layers (API, CLI and UI) would fail to create the repository and provide some useful information so that the user can fix the name.

Actions #1

Updated by The Foreman Bot over 9 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 59
  • Pull request https://github.com/Katello/katello/pull/4784 added
  • Pull request deleted ()
Actions #2

Updated by Eric Helms over 9 years ago

  • Target version changed from 59 to 61
Actions #3

Updated by Adam Ruzicka over 9 years ago

It would be good to include the definition of docker repository name format in the docs.
The format is:

[USERNAME/]REPOSITORY where
USERNAME can contain lower case letters and digits, 4-30 characters (inclusive)
REPOSITORY can contain lower case letters, digits, dashes, underscores and dots, 3-30 characters (inclusive)

Actions #4

Updated by Adam Ruzicka over 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #5

Updated by Eric Helms over 9 years ago

  • translation missing: en.field_release set to 14
Actions

Also available in: Atom PDF