Skip to content

Commit

Permalink
Merge pull request #121 from CybercentreCanada/update/4.5
Browse files Browse the repository at this point in the history
4.4 -> 4.5
  • Loading branch information
cccs-kevin committed May 23, 2024
2 parents 4fe8eac + 403ff15 commit 838449e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In your service directory, you will add the YAML configuration file `service_man
# Name of the service
name: Sample
# Version of the service
version: 4.4.0.dev0
version: 4.5.0.dev0
# Description of the service
description: ALv4 Sample service from the documentation

Expand Down
6 changes: 3 additions & 3 deletions docs/overview/community_services.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ docker_config:
- « C, D » peuvent être utilisés pour indiquer respectivement le majeur et le mineur d'un service.
- La partie « dev » ou « stable » de la balise doit indiquer l'état de la construction du service. Ceci est également pertinent pour fournir des mises à jour de service sous un certain canal.

Voici un exemple de build de service destiné à un déploiement Assemblyline exécutant la version 4.4.x.x :
Voici un exemple de build de service destiné à un déploiement Assemblyline exécutant la version 4.5.x.x :
```bash
docker build . -t <private_registry>/<service_container_image>:4.4.0.stable0 --build-arg version=4.4.0.stable0
docker push <private_registry>/<service_container_image>:4.4.0.stable0
docker build . -t <private_registry>/<service_container_image>:4.5.0.stable0 --build-arg version=4.5.0.stable0
docker push <private_registry>/<service_container_image>:4.5.0.stable0
```
4. Ajoutez le contenu du manifeste de service à l'interface utilisateur ou utilisez l'API REST pour ajouter le service à Assemblyline.

Expand Down
6 changes: 3 additions & 3 deletions docs/overview/community_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ docker_config:
- `A, B` represents the framework and system version, respectively.
- `C, D` can be used to indicate the major and minor of a service, respectively.
- The `dev` or `stable` portion of the tag should indicate the state of the service build. This is also relevant for providing service updates under a certain channel.
The following is an example of a service build targetted for an Assemblyline deployment running release 4.4.x.x:
The following is an example of a service build targetted for an Assemblyline deployment running release 4.5.x.x:
```bash
docker build . -t <private_registry>/<service_container_image>:4.4.0.stable0 --build-arg version=4.4.0.stable0
docker push <private_registry>/<service_container_image>:4.4.0.stable0
docker build . -t <private_registry>/<service_container_image>:4.5.0.stable0 --build-arg version=4.5.0.stable0
docker push <private_registry>/<service_container_image>:4.5.0.stable0
```
4. Add contents of service manifest to UI or using the REST API to add the service to Assemblyline

Expand Down

0 comments on commit 838449e

Please sign in to comment.