Skip to content

Commit 235bc3d

Browse files
committed
HDDS-14523. Update Linux packages in ozone-runner (#53)
1 parent a690542 commit 235bc3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# Security update RHSA-2026:0067 breaks tar on arm64.
18+
# Remove exclusion if package newer than tar-1.34-9.el9_7 is available (and works OK)
1719
FROM rockylinux/rockylinux:9
1820
RUN set -eux ; \
19-
dnf install -y \
21+
dnf upgrade -y \
22+
--exclude tar \
23+
&& dnf install -y \
2024
bzip2 \
2125
findutils \
2226
java-21-openjdk-headless \

0 commit comments

Comments
 (0)