Skip to content

Commit

Permalink
Merge pull request #143 from utkonos/patch-6
Browse files Browse the repository at this point in the history
Add ` --ignore-buildable` To Avoid Scary Warnings In The First Place
  • Loading branch information
cccs-rs authored Dec 31, 2024
2 parents 88d9c85 + 1ccd239 commit 47cee58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/installation/appliance/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,7 @@ openssl req -nodes -x509 -newkey rsa:4096 -keyout ~/deployments/assemblyline/con

```bash
cd ~/deployments/assemblyline
sudo docker-compose pull
# If you see the following error, have no fear, just run the next command (sudo docker-compose build)
# WARNING: Some service image(s) must be built from source by running:
# docker compose build scaler updater
# 2 errors occurred:
# * Error response from daemon: pull access denied for al_scaler, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
# * Error response from daemon: pull access denied for al_updater, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
sudo docker-compose pull --ignore-buildable
sudo docker-compose build
sudo docker-compose -f bootstrap-compose.yaml pull
```
Expand Down

0 comments on commit 47cee58

Please sign in to comment.