Skip to content

Commit

Permalink
(3.0) Avoid binfmt automount in containers that seems to be causing i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
treydock committed Oct 7, 2023
1 parent 48be18f commit 03f8b84
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.6.1)
ood_packaging (0.6.2)
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 @@ -39,5 +39,6 @@ RUN apt update -y && apt install -y apt-transport-https ca-certificates \
RUN echo "deb https://deb.nodesource.com/node_<%= nodejs_version %>.x <%= codename %> main" > /etc/apt/sources.list.d/nodesource.list
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nodesource.gpg
<% 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.6.1'
VERSION = '0.6.2'
PACKAGE_VERSION = {
'ondemand-release' => {
'(ubuntu|debian)' => '3.0.0',
Expand Down

0 comments on commit 03f8b84

Please sign in to comment.