Skip to content

Commit

Permalink
Remove install-plugins.sh from ubi9 Java 17 and Java 21
Browse files Browse the repository at this point in the history
The install-plugins.sh stub is only included in Java 11 containers.
The stub announces to the user that it has been superseded by the plugin
installation manager tool.  Since it is not included in the other Java 17
and Java 21 containers, let's remove it from the single Java 17 container
and the single Java 21 container that include it.
  • Loading branch information
MarkEWaite committed Jan 27, 2024
1 parent ed718cb commit 5717f0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions 17/rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ COPY jenkins-plugin-cli.sh /bin/jenkins-plugin-cli

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"]

# from a derived Dockerfile, can use `RUN install-plugins.sh active.txt` to setup $REF/plugins from a support bundle
COPY install-plugins.sh /usr/local/bin/install-plugins.sh

# metadata labels
LABEL \
org.opencontainers.image.vendor="Jenkins project" \
Expand Down
3 changes: 0 additions & 3 deletions 21/rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ COPY jenkins-plugin-cli.sh /bin/jenkins-plugin-cli

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"]

# from a derived Dockerfile, can use `RUN install-plugins.sh active.txt` to setup $REF/plugins from a support bundle
COPY install-plugins.sh /usr/local/bin/install-plugins.sh

# metadata labels
LABEL \
org.opencontainers.image.vendor="Jenkins project" \
Expand Down

0 comments on commit 5717f0d

Please sign in to comment.