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

Container setup webpage fails to redirect during debloating #228

Open
Scronkfinkle opened this issue Oct 6, 2021 · 1 comment
Open

Container setup webpage fails to redirect during debloating #228

Scronkfinkle opened this issue Oct 6, 2021 · 1 comment
Labels

Comments

@Scronkfinkle
Copy link

I'm currently building a slimmed mediawiki image, and would like to run the initial setup within docker-slim so that it can access all the critical paths effectively, however for some reason, it is unable to handle the redirects from the installer.

Expected Behavior

The installer for mediawiki runs as it normally would, and leaves me with a container that is initialized with admin credentials.


Actual Behavior

The mediawiki gets stuck at the language selection, and is unable to proceed.


Steps to Reproduce the Problem

  1. Pull the mediawiki docker image
docker pull mediawiki
  1. start mediawiki in docker-slim
docker-slim build --publish-port 8080:80 --http-probe=false --continue-after enter mediawiki
  1. Navigate to http://localhost:8080/
  2. select "Setup the wiki"
  3. Choose a language, and click "continue"

Ath this point, the container should fail to redirect to the next step. running outside of docker-slim, this works without issue, and seems to be specific to slim's environment


Specifications

  • Version: docker-slim version linux|Transformer|1.37.0|70cc8acfcb733161ce7e685b81ad6c172643c222|2021-09-23_09:23:43AM

  • Platform: Linux

@kcq kcq added the triage label Oct 7, 2021
@kcq
Copy link
Member

kcq commented Oct 7, 2021

thank you for opening the issue @Scronkfinkle and thank you for the repro steps! need to do a bit of research with this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants