Skip to content

Commit

Permalink
chore: fix syncing manifest (#3678)
Browse files Browse the repository at this point in the history
* chore: use default format

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* .

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore: use all flag

* chore: copy all manifest and do not force format

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore: restore oci format

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

---------

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Apr 25, 2024
1 parent 957f3b1 commit ddfb8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/sync-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

SRC_REPOSITORY=${1}
DESTINATION_NAMESPACE=${2}

docker run \
-v ~/.docker/config.json:/tmp/auth.json \
quay.io/skopeo/stable:v1.15.0 \
sync \
--all \
--keep-going \
-f oci \
--retry-times 5 \
Expand Down

0 comments on commit ddfb8d3

Please sign in to comment.