Skip to content

Commit 4964f0b

Browse files
content-botShellyber
authored andcommitted
Update Docker Image To demisto/bottle (demisto#29536)
* Updated Metadata Of Pack WebFileRepository * Added release notes to pack WebFileRepository * Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml Docker image update * Fixed DS108 --------- Co-authored-by: sberman <[email protected]>
1 parent d1d9c32 commit 4964f0b

File tree

3 files changed

+37
-34
lines changed

3 files changed

+37
-34
lines changed

Diff for: Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml

+33-33
Original file line numberDiff line numberDiff line change
@@ -84,42 +84,42 @@ name: Web File Repository
8484
script:
8585
commands:
8686
- arguments: []
87-
description: Get the service status
87+
description: Get the service status.
8888
name: wfr-status
8989
outputs:
9090
- contextPath: WebFileRepository.Status.StorageUsage
91-
description: The current storage usage in bytes
91+
description: The current storage usage in bytes.
9292
type: number
9393
- contextPath: WebFileRepository.Status.SandboxUsage
94-
description: The current sandbox usage in bytes
94+
description: The current sandbox usage in bytes.
9595
type: number
9696
- contextPath: WebFileRepository.Status.StorageProtection
97-
description: The storage protection mode
97+
description: The storage protection mode.
9898
type: string
9999
- contextPath: WebFileRepository.Status.IntercommunicationIP
100-
description: The IP address of the service to which the internal client connects
100+
description: The IP address of the service to which the internal client connects.
101101
type: string
102102
- contextPath: WebFileRepository.Status.IntercommunicationPort
103-
description: The port number of the service to which the internal client connects
103+
description: The port number of the service to which the internal client connects.
104104
type: number
105105
- contextPath: WebFileRepository.Status.ExternaIP
106-
description: The external IP address of the service
106+
description: The external IP address of the service.
107107
- contextPath: WebFileRepository.Status.ExternalPort
108-
description: The external port number of the service
108+
description: The external port number of the service.
109109
- contextPath: WebFileRepository.Status.ServerIP
110-
description: The IP address of the service
110+
description: The IP address of the service.
111111
type: string
112112
- contextPath: WebFileRepository.Status.ServerPort
113-
description: The port number of the service
113+
description: The port number of the service.
114114
type: number
115115
- arguments: []
116-
description: Remove all the files from the repository
116+
description: Remove all the files from the repository.
117117
name: wfr-cleanup
118118
- arguments:
119-
- description: The entry ID of the file
119+
- description: The entry ID of the file.
120120
name: entry_id
121121
required: true
122-
- description: The name of the file
122+
- description: The name of the file.
123123
name: file_name
124124
- auto: PREDEFINED
125125
defaultValue: "false"
@@ -129,12 +129,12 @@ script:
129129
- "true"
130130
- "false"
131131
- defaultValue: /
132-
description: The directory path where to upload
132+
description: The directory path where to upload.
133133
name: upload_directory
134-
description: Upload files to the repository
134+
description: Upload files to the repository.
135135
name: wfr-upload-file
136136
- arguments:
137-
- description: The entry ID list of files
137+
- description: The entry ID list of files.
138138
isArray: true
139139
name: entry_ids
140140
required: true
@@ -146,13 +146,13 @@ script:
146146
- "true"
147147
- "false"
148148
- defaultValue: /
149-
description: The directory path where to upload
149+
description: The directory path where to upload.
150150
name: upload_directory
151-
description: Upload files to the repository
151+
description: Upload files to the repository.
152152
name: wfr-upload-files
153153
- arguments:
154154
- defaultValue: /
155-
description: The directory path where to list files
155+
description: The directory path where to list files.
156156
name: directory
157157
- auto: PREDEFINED
158158
defaultValue: "false"
@@ -161,45 +161,45 @@ script:
161161
predefined:
162162
- "true"
163163
- "false"
164-
description: List files in the repository
164+
description: List files in the repository.
165165
name: wfr-list-files
166166
outputs:
167167
- contextPath: WebFileRepository.Files.Name
168-
description: The file name
168+
description: The file name.
169169
type: string
170170
- contextPath: WebFileRepository.Files.Path
171-
description: The file path
171+
description: The file path.
172172
type: string
173173
- contextPath: WebFileRepository.Files.Size
174-
description: The file size in bytes
174+
description: The file size in bytes.
175175
type: number
176176
- contextPath: WebFileRepository.Files.LastModified
177-
description: The last modified time
177+
description: The last modified time.
178178
type: date
179179
- arguments:
180-
- description: The list of the file paths
180+
- description: The list of the file paths.
181181
isArray: true
182182
name: paths
183183
required: true
184-
description: Remove files from the repository
184+
description: Remove files from the repository.
185185
name: wfr-remove-files
186186
- arguments:
187-
- description: The file path
187+
- description: The file path.
188188
name: path
189189
required: true
190-
- description: The name to give the file to save
190+
- description: The name to give the file to save.
191191
name: save_as
192-
description: Download a file from the repository
192+
description: Download a file from the repository.
193193
name: wfr-download-file
194194
- arguments:
195-
- description: The name to give the archive-file to save
195+
- description: The name to give the archive-file to save.
196196
name: save_as
197-
description: Download a file to which all the files are archived
197+
description: Download a file to which all the files are archived.
198198
name: wfr-archive-zip
199199
- arguments: []
200-
description: Reset the repository data
200+
description: Reset the repository data.
201201
name: wfr-reset
202-
dockerimage: demisto/bottle:1.0.0.68903
202+
dockerimage: demisto/bottle:1.0.0.72212
203203
longRunning: true
204204
longRunningPort: true
205205
resetContext: true

Diff for: Packs/WebFileRepository/ReleaseNotes/1_0_16.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Integrations
2+
##### Web File Repository
3+
- Updated the Docker image to: *demisto/bottle:1.0.0.72212*.

Diff for: Packs/WebFileRepository/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Web File Repository",
33
"description": "Simple web server with a file uploading console to store small files.\n",
44
"support": "community",
5-
"currentVersion": "1.0.15",
5+
"currentVersion": "1.0.16",
66
"author": "Masahiko Inoue",
77
"url": "",
88
"email": "",

0 commit comments

Comments
 (0)