mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-15 12:19:36 +00:00
fix: docker image publishing error (#3238)
This PR aims to fix a docker image publishing error caused by user changes when pulling the `amd64` image from the `unstructured` `wolfi-base` image. (https://github.com/Unstructured-IO/unstructured/pull/3213). --------- Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Co-authored-by: christinestraub <christinestraub@users.noreply.github.com>
This commit is contained in:
parent
fd98cf9ea5
commit
f23d180d34
@ -1,4 +1,4 @@
|
|||||||
## 0.14.7-dev3
|
## 0.14.7-dev4
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
|
* **Fix an error publishing docker images.** Update user in docker-smoke-test to reflect changes made by the amd64 image pull from the "unstructured" "wolfi-base" image.
|
||||||
|
|
||||||
## 0.14.6
|
## 0.14.6
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
@ -45,7 +45,7 @@ if [[ "$DOCKER_IMAGE" == *"arm64"* ]]; then
|
|||||||
else
|
else
|
||||||
docker cp test_unstructured_ingest $CONTAINER_NAME:/app
|
docker cp test_unstructured_ingest $CONTAINER_NAME:/app
|
||||||
docker cp requirements/ingest $CONTAINER_NAME:/app/requirements/ingest
|
docker cp requirements/ingest $CONTAINER_NAME:/app/requirements/ingest
|
||||||
docker exec -u root "$CONTAINER_NAME" /bin/bash -c "chown -R nonroot:nonroot /app/test_unstructured_ingest"
|
docker exec -u root "$CONTAINER_NAME" /bin/bash -c "chown -R notebook-user:notebook-user /app/test_unstructured_ingest"
|
||||||
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/wikipedia.sh"
|
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/wikipedia.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
__version__ = "0.14.7-dev3" # pragma: no cover
|
__version__ = "0.14.7-dev4" # pragma: no cover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user