Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Hauler install script fails if sudo doesn't exist #233

Closed
bcdurden opened this issue Apr 21, 2024 · 1 comment
Closed

[BUG] Hauler install script fails if sudo doesn't exist #233

bcdurden opened this issue Apr 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bcdurden
Copy link

Environmental Info:

Docker

Hauler Version:

all

Describe the Bug:

Install script assumes sudo is installed and fails if it is not, even when running in the root context.

Steps to Reproduce:

Use this Dockerfile:

FROM ubuntu
RUN curl -sfL https://get.hauler.dev | bash

docker build -t test .

Watch failure:

: RUN curl -sfL https://get.hauler.dev | bash
 ---> Running in c0b899c5851c

[ERROR] Hauler: sudo is not installed
Removing intermediate container c0b899c5851c

Expected Behavior:

Installs correctly without error.

Actual Behavior:

Fails to install.

@bcdurden bcdurden added the bug Something isn't working label Apr 21, 2024
@zackbradys
Copy link
Member

duplicate issue to Issue https://github.com/rancherfederal/hauler/issues/253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Closed
Development

No branches or pull requests

2 participants