We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a690542 commit 235bc3dCopy full SHA for 235bc3d
Dockerfile
@@ -14,9 +14,13 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
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)
19
FROM rockylinux/rockylinux:9
20
RUN set -eux ; \
- dnf install -y \
21
+ dnf upgrade -y \
22
+ --exclude tar \
23
+ && dnf install -y \
24
bzip2 \
25
findutils \
26
java-21-openjdk-headless \
0 commit comments