Skip to content

Commit 46b91fe

Browse files
chore(deps): update registry.access.redhat.com/ubi9/python-311 docker tag to v1-1747058512
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent c3db6fa commit 46b91fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1
1+
FROM registry.access.redhat.com/ubi9/python-311:1-1747058512
22

33
COPY requirements.txt requirements.txt
44
RUN pip install -r requirements.txt

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1
1+
FROM registry.access.redhat.com/ubi9/python-311:1-1747058512
22

33
USER 0
44
RUN npm install -g yarn yalc && rm -rf .npm

sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.binary.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1
1+
FROM registry.access.redhat.com/ubi9/python-311:1-1747058512
22

33
COPY requirements.txt requirements.txt
44
RUN source /tmp/hermeto.env && \

sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.builder.yarn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1
1+
FROM registry.access.redhat.com/ubi9/python-311:1-1747058512
22

33
USER 0
44
RUN npm install -g yarn yalc && rm -rf .npm

sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.builder.yum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1
1+
FROM registry.access.redhat.com/ubi9/python-311:1-1747058512
22
ARG RELEASE
33

44
ENV IBIS_VERSION="9.5.0"

0 commit comments

Comments
 (0)