Skip to content

Commit

Permalink
Avoid binfmt automount in containers that seems to be causing issues …
Browse files Browse the repository at this point in the history
…possibly (#253)
  • Loading branch information
treydock authored Oct 6, 2023
1 parent 14958c5 commit f4528f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ood_packaging (0.12.0)
ood_packaging (0.12.1)
rake (~> 13.0.1)

GEM
Expand Down
1 change: 1 addition & 0 deletions lib/ood_packaging/build_box/docker-image/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ RUN echo "deb https://deb.nodesource.com/node_<%= nodejs_version %>.x <%= codena
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nodesource.gpg
<% end %>
<% end -%>
RUN ln -s /dev/null /etc/systemd/system/proc-sys-fs-binfmt_misc.automount
COPY . /build
RUN /bin/bash /build/install.sh
2 changes: 1 addition & 1 deletion lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version code for OodPackaging
module OodPackaging
VERSION = '0.12.0'
VERSION = '0.12.1'
PACKAGE_VERSION = {
'ondemand-release' => {
'(ubuntu|debian)' => '3.1.0',
Expand Down

0 comments on commit f4528f4

Please sign in to comment.