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

Build assets inside the container #357

Merged
merged 2 commits into from
Nov 1, 2020

Conversation

dvaldivia
Copy link
Collaborator

This makes it so the dockerfile builds the assets inside of it before compiling the final version of the container.

Also addresses #183

Alevsk
Alevsk previously approved these changes Oct 29, 2020
Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review an issue related with. seems like a socket is failing, I tried to re-execute flow and it didn't work

2020/10/29 16:35:44 error unexpected CloseError on ReadMessage: websocket: close 1006 (abnormal closure)
2020/10/29 16:35:44 error on ReadMessage: error
2020/10/29 16:35:44 closed conn.ReadMessage: websocket: close 1001 (going away)
--- PASS: TestWSHandle (0.00s)
FAIL
FAIL	github.com/minio/console/restapi	12.961s
?   	github.com/minio/console/restapi/operations	[no test files]
?   	github.com/minio/console/restapi/operations/admin_api	[no test files]
?   	github.com/minio/console/restapi/operations/user_api	[no test files]
FAIL
Makefile:53: recipe for target 'test' failed
make: *** [test] Error 1
Error: Process completed with exit code 2.```

@dvaldivia
Copy link
Collaborator Author

@bexsoft the strange thing is that I didn't change code D: only updated the Go version

Alevsk
Alevsk previously approved these changes Oct 30, 2020
bexsoft
bexsoft previously approved these changes Oct 30, 2020
@dvaldivia dvaldivia linked an issue Oct 30, 2020 that may be closed by this pull request
@dvaldivia dvaldivia dismissed stale reviews from bexsoft and Alevsk via 2a1e47b October 31, 2020 07:43
Alevsk
Alevsk previously approved these changes Oct 31, 2020
.goreleaser.yml Outdated Show resolved Hide resolved
@harshavardhana harshavardhana merged commit df32119 into minio:master Nov 1, 2020
@harshavardhana harshavardhana deleted the build-assets-in-docker branch November 1, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Dockerfile.release with CA certs
4 participants