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

End of life support ubuntu 21.04 #914

Open
yurkov-anton opened this issue Aug 3, 2022 · 1 comment · Fixed by #915
Open

End of life support ubuntu 21.04 #914

yurkov-anton opened this issue Aug 3, 2022 · 1 comment · Fixed by #915
Labels
bug Something isn't working

Comments

@yurkov-anton
Copy link
Contributor

Describe the bug
End of life support ubuntu 21.04, therefore standard repo doesn't contain path for 21.04 distributive.
Need to set old-release repo to /etc/apt/sources.list

Environment:

  • local build

To Reproduce

make DRIVE_MANAGER_TYPE=loopbackmgr image-drivemgr
docker build --network host --file ./pkg/drivemgr/loopbackmgr/Dockerfile.build \
--tag loopbackmgr:base ./pkg/drivemgr/loopbackmgr \

Sending build context to Docker daemon   38.4kB
Step 1/2 : FROM    ubuntu:21.04
 ---> 7cc39f89fa58
Step 2/2 : RUN     apt update --no-install-recommends -y -q && apt remove --no-install-recommends -y --allow-remove-essential -q bash
 ---> Running in e47608304eef

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Ign:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu hirsute InRelease
Err:3 http://security.ubuntu.com/ubuntu hirsute-security Release
  404  Not Found [IP: 91.189.91.38 80]
Ign:4 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu hirsute Release
  404  Not Found [IP: 91.189.91.38 80]
Err:7 http://archive.ubuntu.com/ubuntu hirsute-updates Release
  404  Not Found [IP: 91.189.91.38 80]
Err:8 http://archive.ubuntu.com/ubuntu hirsute-backports Release
  404  Not Found [IP: 91.189.91.38 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu hirsute-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu hirsute Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu hirsute-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu hirsute-backports Release' does not have a Release file.
The command '/bin/sh -c apt update --no-install-recommends -y -q && apt remove --no-install-recommends -y --allow-remove-essential -q bash' returned a non-zero code: 100
make: *** [Makefile.docker:17: base-image-drivemgr] Error 100
@yurkov-anton yurkov-anton added the bug Something isn't working label Aug 3, 2022
@yurkov-anton
Copy link
Contributor Author

Need to cherry-pick to release-1.1 branch

@yurkov-anton yurkov-anton reopened this Aug 4, 2022
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant