Skip to content

Commit

Permalink
[nc] change base ubuntu convention and add 2204 and 2404 versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 18, 2024
1 parent f4dd945 commit d9d87de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu.22
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:$PATH \

SHELL ["/bin/bash", "-exo", "pipefail", "-c"]

# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091
# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091,SC2174
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \
echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90forceyes && apt update && \
apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu.24
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:$PATH \

SHELL ["/bin/bash", "-exo", "pipefail", "-c"]

# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091
# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091,SC2174
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \
echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90forceyes && apt update && \
apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit d9d87de

Please sign in to comment.