Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-AJSPEC(5)	      File Formats Manual	     APPJAIL-AJSPEC(5)

NAME
       appjail-ajspec -- AJSPEC	file specification

DESCRIPTION
       An AJSPEC is a file that	contains parameters that specify how and where
       one or more images are downloaded, verified, and	described.

       The  AJSPEC format is the same as described in appjail-template(5) with
       a subtle	difference: required parameters	are treated the	same as	normal
       parameters.

       Although	AJSPEC files have the same format as a	Template,  you	should
       not  use	 appjail-config(1), but	rather appjail-image(1), which is more
       capable of editing which	parameter and how.

PARAMETERS
       The following are the parameters	that  made  up	the  AJSPEC  file.  If
       Multiple	 is  Yes,  the	parameter  can be specified more than once. If
       Optional	is Yes,	the parameter is optional for the  import  and	update
       subcommands in appjail-image(1).

   <tag>.name
       Image name. Although it is optional it is highly	recommended to have it
       set as it is not, the user will have to specify one when	importing.

       Optional: Yes
       Multiple: No

   <tag>.timestamp.<arch>
       Timestamp specifiying when the image was	last updated.

       Optional: No
       Multiple: No

   <tag>.maintainer
       In charge of maintaining	the image and everything related to it.

       Optional: Yes
       Multiple: Yes

   <tag>.comment
       One-line	description

       Optional: Yes
       Multiple: No

   <tag>.url
       Home page project or a website that provides more information about the
       image for the specific tag.

       Optional: Yes
       Multiple: No

   <tag>.description
       Long description.

       Optional: Yes
       Multiple: Yes

   <tag>.sum.<arch>
       Checksum.

       Optional: No
       Multiple: No

   <tag>.source.<arch>
       Sites  where  the  image	 can  be  downloaded.  If the first one	fails,
       appjail-image(1)	will try the second one	and if it fails, it  will  try
       the third one, and so on.

       Thought this as a list and each source is an element.  appjail-image(1)
       simply  makes  an  attempt sequentially,	but the	way the	list is	sorted
       resides in the IMAGE_DOWNLOAD_METHOD parameter.

       Optional: No
       Multiple: Yes

   <tag>.size.<arch>
       Compressed image	size.

       Optional: Yes
       Multiple: No

   maintenance
       Brief description of why	this image cannot be imported.

       Optional: Yes
       Multiple: No

   entrypoint
       How appjail-image(1) got	the AJSPEC file	the first time and how it  can
       be retrieved again for update purposes.

       Optional: No
       Multiple: No

   ajspec
       Name of the AJSPEC file.

       Optional: Yes
       Multiple: No

   <tag>.arch
       Architectures allowed by	this image.

       Optional: No
       Multiple: Yes

   tags
       Image tags.

       Optional: No
       Multiple: Yes

SEE ALSO
       appjail-image(1)	appjail-template(5) appjail.conf(5)

AUTHORS
       Jess Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD	Ports 14.quarterly	March 28, 2024		     APPJAIL-AJSPEC(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-ajspec&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>

home | help