Skip to content
Discussion options

You must be logged in to vote

Just to summarize in one place.

  1. Change the docker_config.image field in service_manifest.yml. Here is the location.
  2. Build and push using the code snippet below. Change foo to your Docker hub repository name. And change the version to an appropriate number that is compatible with the version of AL that you're deploying to.
  3. Change the service_extract.image field in bootstrap-compose.yaml. Make sure to have the version tag here match the version in the previous step. Here is the location.
  4. Do everything else like usual.
export VERSION=4.6.0.stable4
docker build -t foo/assemblyline-service-extract:$VERSION --build-arg version=$VERSION .
docker tag foo/assemblyline-service-extract:$VERSION fo…

Replies: 4 comments 15 replies

Comment options

You must be logged in to vote
5 replies
@cccs-rs
Comment options

@gdesmar
Comment options

@utkonos
Comment options

@utkonos
Comment options

@utkonos
Comment options

Comment options

You must be logged in to vote
4 replies
@cccs-rs
Comment options

@utkonos
Comment options

@cccs-rs
Comment options

@utkonos
Comment options

Comment options

You must be logged in to vote
6 replies
@utkonos
Comment options

@utkonos
Comment options

@utkonos
Comment options

@cccs-rs
Comment options

@utkonos
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by utkonos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants