An archive entry is a file in an archive.
You can define an archive entry with a manifest.
It is an executable that returns any resource file from:
It follows the following format:
kind: archive-entry
spec:
# The data uri of the archive
data-uri: https://downloads.mysql.com/docs/world-db.tar.gz
data-def:
# The path of the file in the archive
entry-path: world-db/world.sql
where:
The archive entry manifest is an executable that returns any resource file
The data uri is therefore a runtime data uri.
(name--archive-entry.yml@executableConnection)@executionConnection
where:
When reporting on an archive, the records contains the following archive entry columns (ie property):
The path of an file entry
The media type of an entry is:
The size reporting may be not reported. It depends on the archive format.
| Format | Support |
|---|---|
| zip | No (-1) |
| tar | Yes |
| tar.gz | Yes |