Skip to content

Commit

Permalink
Fixed list indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers authored and twagoo committed Oct 28, 2024
1 parent 4ef7ff1 commit 069d401
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions docs/stack/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,67 +121,67 @@ CLARIN [deploy script](https://gitlab.com/CLARIN-ERIC/deploy-script).
## Code style

- [ ] Dockerfiles
- [ ] CLARIN docker best practices
- [ ] Use tag + digest for base image
- [ ] Differences from docker best practices
- [ ] https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
- [ ] https://docs.docker.com/get-started/09_image_best/
- [ ] Base images
- [ ] For each main process
- [ ] Supervisord setup
- [ ] Fluentd setup
- [ ] See Logging
- [ ] Logrotate setup
- [ ] Default healthcheck
- [ ] How to customise
- [ ] Entrypoint
- [ ] Supervisor base images
- [ ] Other cases
- [ ] Initialisation logic
- [ ] ‘Core’ application directory
- [ ] Choice of directory for stand-alone applications
- [ ] If the environment or other context (e.g. tomcat) provides a requirement or
- [ ] guideline, follow that
- [ ] If the choice is arbitrary, recommended locations
- [ ] follow OS conventions (typically alpine)
- [ ] for binaries
- [ ] /usr/local/bin
- [ ] for application bundles??
- [ ] last WORKDIR in Dockerfile must be set to this directory
- [ ] CLARIN docker best practices
- [ ] Use tag + digest for base image
- [ ] Differences from docker best practices
- https://docs.docker.com/develop/develop-images/dockerfile_best
-practices/
- https://docs.docker.com/get-started/09_image_best/
- [ ] Base images
- [ ] For each main process
- [ ] Supervisord setup
- [ ] Fluentd setup
- [ ] See Logging
- [ ] Logrotate setup
- [ ] Default healthcheck
- [ ] How to customise
- [ ] Entrypoint
- [ ] Supervisor base images
- [ ] Other cases
- [ ] Initialisation logic
- [ ] ‘Core’ application directory
- [ ] Choice of directory for stand-alone applications
- [ ] If the environment or other context (e.g. tomcat) provides a
requirement or
- [ ] guideline, follow that
- [ ] If the choice is arbitrary, recommended locations follow OS conventions (typically alpine)
- [ ] for binaries
- [ ] /usr/local/bin
- [ ] for application bundles??
- [ ] last WORKDIR in Dockerfile must be set to this directory
- [ ] Compose projects
- [ ] .env file/variables

- [ ] Overlays
- [ ] Use cases
- [ ] When not to use -> when variables can do the trick
- [ ] Custom scripts should hide complexity
- [ ] Volumes & networks
- [ ] Internal & external
- [ ] .env file/variables
- [ ] Overlays
- [ ] Use cases
- [ ] When not to use -> when variables can do the trick
- [ ] Custom scripts should hide complexity
- [ ] Volumes & networks
- [ ] Internal & external

## Frameworks

- [ ] Build script
- [ ] https://gitlab.com/CLARIN-ERIC/build-script
- [ ] https://gitlab.com/CLARIN-ERIC/build-script
- [ ] Testing
- [ ] images
- [ ] Build script --test argument with docker-compose
- [ ] compose projects
- [ ] test with ??
- [ ] docker-compose
- [ ] images
- [ ] Build script --test argument with docker-compose
- [ ] compose projects
- [ ] test with ??

## Documentation

- [ ] Image project
- [ ] README
- [ ] Reference base image
- [ ] List the important application and configuration locations (paths) inside the
- [ ] image
- [ ] List the user name(s) defined and used in the image
- [ ] Image project
- [ ] README
- [ ] Reference base image
- [ ] List the important application and configuration locations (paths)
inside the
- [ ] image
- [ ] List the user name(s) defined and used in the image

## Build tools & Continuous Integration

- [ ] Describe our gitlab CI integration with hadolint
- [ ] Include examples
- [ ] Include examples
- [ ] Gitlab Docker repository

## Testing tools
Expand Down

0 comments on commit 069d401

Please sign in to comment.