Skip to content

Commit

Permalink
feat: add the chisel manifest to image
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Nov 1, 2024
1 parent 7ae7b76 commit 0e72610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG USER=app
ARG UID=101
ARG GROUP=app
ARG GID=101
ARG CHISEL_VERSION=0.10.0
ARG CHISEL_VERSION=1.0.0

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
ARG USER
Expand Down Expand Up @@ -34,6 +34,7 @@ RUN mkdir -p /rootfs \
openjdk-8-jre-headless_sctp \
media-types_data \
base-files_bin \
base-files_chisel \
&& ln -s "$(find /rootfs/usr/lib/jvm/java-8-openjdk-*/jre/bin -name java | sed 's/\/rootfs//')" /rootfs/usr/bin/
RUN install -d -m 0755 -o $UID -g $GID /rootfs/home/$USER \
&& echo -e "root:x:0:\n$GROUP:x:$GID:" >/rootfs/etc/group \
Expand Down

0 comments on commit 0e72610

Please sign in to comment.