File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM rockylinux:8
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:11
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
@@ -47,5 +47,5 @@ RUN curl -fsSLo sccache.tar.gz https://github.com/mozilla/sccache/releases/downl
4747 rm -rf /tmp/* /var/tmp/*
4848
4949USER builder
50- ENV PATH /home/builder/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
50+ ENV PATH= /home/builder/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
5151ENTRYPOINT ["/sbin/matchhostfsowner" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:12
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
@@ -44,5 +44,5 @@ RUN curl -fsSLo sccache.tar.gz https://github.com/mozilla/sccache/releases/downl
4444 rm -rf /tmp/* /var/tmp/*
4545
4646USER builder
47- ENV PATH /home/builder/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
47+ ENV PATH= /home/builder/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
4848ENTRYPOINT ["/sbin/matchhostfsowner" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM rockylinux:9
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:22.04
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:24.04
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:22.04
22
33# Used to link container image to the repo:
44# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
5- LABEL org.opencontainers.image.source https://github.com/fullstaq-ruby/server-edition
5+ LABEL org.opencontainers.image.source= https://github.com/fullstaq-ruby/server-edition
66
77# If you make a change and you want to force users to re-pull the image
88# (e.g. when your change adds a feature that our scripts rely on, or is
You can’t perform that action at this time.
0 commit comments