Skip to content

Commit

Permalink
cleanup: remove empty install-plugin.sh script from Linux jdk11 ima…
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Apr 30, 2024
1 parent f6c4ef1 commit 12ba1e2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions 11/almalinux/almalinux8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,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 11/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,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 11/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ COPY jenkins-plugin-cli.sh /bin/jenkins-plugin-cli

ENTRYPOINT ["/usr/bin/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 11/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ COPY jenkins-plugin-cli.sh /bin/jenkins-plugin-cli

ENTRYPOINT ["/usr/bin/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 11/rhel/ubi8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,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
4 changes: 0 additions & 4 deletions install-plugins.sh

This file was deleted.

0 comments on commit 12ba1e2

Please sign in to comment.