Skip to content

Commit 80a6627

Browse files
fix: update SHA for the base images (both architectures) after base-images repo update (#427)
build and publish CI steps are failing, because the base images have changed in quay (their SHAs) ![image](https://github.com/Unstructured-IO/unstructured-api/assets/64484917/fc4e9aac-0820-4c90-9ad9-68cc6d9aad03) ![image](https://github.com/Unstructured-IO/unstructured-api/assets/64484917/fafe2ca4-dab2-4610-a26b-a7a4d56723a5)
1 parent e8c6fa9 commit 80a6627

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile-amd64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:863fd5b87e780dacec62b97c2db2aeda7f770fcf9b045b29f53ec1ddbe607b4d as base
2+
FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:7c3af225a39f730f4feee705df6cd8d1570739dc130456cf589ac53347da0f1d as base
33

44
# NOTE(crag): NB_USER ARG for mybinder.org compat:
55
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
@@ -39,4 +39,5 @@ COPY --chown=${NB_USER}:${NB_USER} scripts/app-start.sh scripts/app-start.sh
3939
ENTRYPOINT ["scripts/app-start.sh"]
4040
# Expose a default port of 8000. Note: The EXPOSE instruction does not actually publish the port,
4141
# but some tooling will inspect containers and perform work contingent on networking support declared.
42+
4243
EXPOSE 8000

Dockerfile-arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM quay.io/unstructured-io/base-images:rocky9.2-9@sha256:73d8492452f086144d4b92b7931aa04719f085c74d16cae81e8826ef873729c9 as base
2+
FROM quay.io/unstructured-io/base-images:rocky9.2-9@sha256:66f84447138b893b272e75044f9967379de3e874849cb2b9cb7aa2b3e9dea4e6 as base
33

44
# NOTE(crag): NB_USER ARG for mybinder.org compat:
55
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
@@ -46,4 +46,4 @@ COPY --chown=${NB_USER}:${NB_USER} scripts/app-start.sh scripts/app-start.sh
4646
ENTRYPOINT ["scripts/app-start.sh"]
4747
# Expose a default port of 8000. Note: The EXPOSE instruction does not actually publish the port,
4848
# but some tooling will inspect containers and perform work contingent on networking support declared.
49-
EXPOSE 8000
49+
EXPOSE 8000

0 commit comments

Comments
 (0)