- 02 Apr, 2020 1 commit
-
-
BAIRE Anthony authored
-
- 03 Jul, 2018 1 commit
-
-
BAIRE Anthony authored
move the db seeding outside the django container_init script seeding is now performed by the bootstrap script directly (except called with --noseed). It consists of two parts: - seeding the db: with 3 users (admin@localhost, devel@localhots and user@localhost) and one webapp ('sleep' that has 1 version 'latest') - seeding the registry with one image: "localhost/sleep:latest" for the sleep webapp
-
- 27 Jun, 2018 1 commit
-
-
BAIRE Anthony authored
Initially the authentication with the registry was performed with a TLS client certificate installed on the controller. The registry is now configured to use token-based authentication (to give access to the users), but unfortunately it cannot be configured to support multiple auth methods. So we have to provide a token for the controller. This is a 'God' token, it gives total access (pull and push) on all images.
-
- 19 Jun, 2018 2 commits
-
-
BAIRE Anthony authored
This commit will have to be reverted when we go to production
-
BAIRE Anthony authored
This commit removes the calls to the 'migration.sh' script that did a full a import of the rails db (rails apps will be imported on-demand) The django db is now initialised from scratch, using the db_seed command
-
- 14 Jun, 2018 1 commit
-
-
BAIRE Anthony authored
(and have it generated by the container_init script)
-
- 19 Apr, 2018 1 commit
-
-
BAIRE Anthony authored
(to store the secret_key)
-
- 18 Apr, 2018 1 commit
-
-
BAIRE Anthony authored
+ensure that ENV is defined
-
- 16 Apr, 2018 1 commit
-
-
BAIRE Anthony authored
(rather than everytime the container is run)
-
- 12 Apr, 2018 1 commit
-
-
BAIRE Anthony authored
(like in the other images)
-