Skip to content

Update Docker Image To demisto/bottle #29536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,42 +84,42 @@ name: Web File Repository
script:
commands:
- arguments: []
description: Get the service status
description: Get the service status.
name: wfr-status
outputs:
- contextPath: WebFileRepository.Status.StorageUsage
description: The current storage usage in bytes
description: The current storage usage in bytes.
type: number
- contextPath: WebFileRepository.Status.SandboxUsage
description: The current sandbox usage in bytes
description: The current sandbox usage in bytes.
type: number
- contextPath: WebFileRepository.Status.StorageProtection
description: The storage protection mode
description: The storage protection mode.
type: string
- contextPath: WebFileRepository.Status.IntercommunicationIP
description: The IP address of the service to which the internal client connects
description: The IP address of the service to which the internal client connects.
type: string
- contextPath: WebFileRepository.Status.IntercommunicationPort
description: The port number of the service to which the internal client connects
description: The port number of the service to which the internal client connects.
type: number
- contextPath: WebFileRepository.Status.ExternaIP
description: The external IP address of the service
description: The external IP address of the service.
- contextPath: WebFileRepository.Status.ExternalPort
description: The external port number of the service
description: The external port number of the service.
- contextPath: WebFileRepository.Status.ServerIP
description: The IP address of the service
description: The IP address of the service.
type: string
- contextPath: WebFileRepository.Status.ServerPort
description: The port number of the service
description: The port number of the service.
type: number
- arguments: []
description: Remove all the files from the repository
description: Remove all the files from the repository.
name: wfr-cleanup
- arguments:
- description: The entry ID of the file
- description: The entry ID of the file.
name: entry_id
required: true
- description: The name of the file
- description: The name of the file.
name: file_name
- auto: PREDEFINED
defaultValue: "false"
Expand All @@ -129,12 +129,12 @@ script:
- "true"
- "false"
- defaultValue: /
description: The directory path where to upload
description: The directory path where to upload.
name: upload_directory
description: Upload files to the repository
description: Upload files to the repository.
name: wfr-upload-file
- arguments:
- description: The entry ID list of files
- description: The entry ID list of files.
isArray: true
name: entry_ids
required: true
Expand All @@ -146,13 +146,13 @@ script:
- "true"
- "false"
- defaultValue: /
description: The directory path where to upload
description: The directory path where to upload.
name: upload_directory
description: Upload files to the repository
description: Upload files to the repository.
name: wfr-upload-files
- arguments:
- defaultValue: /
description: The directory path where to list files
description: The directory path where to list files.
name: directory
- auto: PREDEFINED
defaultValue: "false"
Expand All @@ -161,45 +161,45 @@ script:
predefined:
- "true"
- "false"
description: List files in the repository
description: List files in the repository.
name: wfr-list-files
outputs:
- contextPath: WebFileRepository.Files.Name
description: The file name
description: The file name.
type: string
- contextPath: WebFileRepository.Files.Path
description: The file path
description: The file path.
type: string
- contextPath: WebFileRepository.Files.Size
description: The file size in bytes
description: The file size in bytes.
type: number
- contextPath: WebFileRepository.Files.LastModified
description: The last modified time
description: The last modified time.
type: date
- arguments:
- description: The list of the file paths
- description: The list of the file paths.
isArray: true
name: paths
required: true
description: Remove files from the repository
description: Remove files from the repository.
name: wfr-remove-files
- arguments:
- description: The file path
- description: The file path.
name: path
required: true
- description: The name to give the file to save
- description: The name to give the file to save.
name: save_as
description: Download a file from the repository
description: Download a file from the repository.
name: wfr-download-file
- arguments:
- description: The name to give the archive-file to save
- description: The name to give the archive-file to save.
name: save_as
description: Download a file to which all the files are archived
description: Download a file to which all the files are archived.
name: wfr-archive-zip
- arguments: []
description: Reset the repository data
description: Reset the repository data.
name: wfr-reset
dockerimage: demisto/bottle:1.0.0.68903
dockerimage: demisto/bottle:1.0.0.72212
longRunning: true
longRunningPort: true
resetContext: true
Expand Down
3 changes: 3 additions & 0 deletions Packs/WebFileRepository/ReleaseNotes/1_0_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Web File Repository
- Updated the Docker image to: *demisto/bottle:1.0.0.72212*.
2 changes: 1 addition & 1 deletion Packs/WebFileRepository/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Web File Repository",
"description": "Simple web server with a file uploading console to store small files.\n",
"support": "community",
"currentVersion": "1.0.15",
"currentVersion": "1.0.16",
"author": "Masahiko Inoue",
"url": "",
"email": "",
Expand Down