-
We could create a pipeline task using hadolint
More info here about this tool.
https://github.com/hadolint/hadolint
-
As I just briefly discussed with @chreekat and @mgsloan on IRC, I have a situation where I need a derived Docker image for my project since I need some extra system dependencies installed for both bui…
radix updated
5 years ago
-
The dockerfiles have been written to take user id into account, but now that we ship docker images instead of have users build them themselves, the user id needs to be taken into account at run time.
dhood updated
6 years ago
-
- [ ] Build Dockerfile(s) for spinning up a container for a Starknet RPC and/ or Validator node.
- [ ] Build SDL file for deploying the container on Akash.
- [ ] Test and confirm it works.
- [ ] Crea…
-
We probably want to provide a docker image(s) as one option for running flamegpu
Based on other projects, we probably want to provide:
+ `docker/cuda/Dockerfile` (or something to identify it as th…
-
# Why is GO111MODULE everywhere, and everything about Go Modules | maelvls dev blog
GO111MODULE is all over the place. It appears in README install instructions, in Dockerfiles, in makefiles. On top …
-
Just to give you a heads-up, we're working on some Pontoon Dockerfile developments in mozilla/pontoon#1996 and related work. This should eventually improve the developer experience around Pontoon, but…
-
Although our deb packages support db-config, right now we don't use it in the Dockerfiles. We simply install the packages with a fake connection info and then stage the proper configuration.
Having d…
-
### Is your feature request related to a problem? Please describe.
The README file currently lacks examples and use cases for both Drifty CLI and GUI. It also does not mention the custom issue labe…
-
**Describe the bug**
I'm following the tutorial on https://docker-curriculum.com on Dockerfile section.
**To Reproduce**
Steps to reproduce the behavior:
1. I cloned the repository as instructe…