-
### Issue Type
Bug
### Source
binary
### Secretflow Version
secretpad all in one 1.9.0b2
### OS Platform and Distribution
CentOS Linux 7
### Python version
3.10.13
### Bazel version
_No res…
-
Investigate whether or not utilizing parameterized Dockerfiles would reduce the amount of duplication and ease the maintenance cost of the Dockerfiles. It may help increase the developer productivity…
-
A multi-stage build could be used to install this, no?
```
FROM just as just
FROM python
COPY --from=just /bin/just /bin/just
# Copy everything in the current directory - use .containerig…
-
**Describe the bug**
I am trying to add the python jupyter support to the base image. I am not sure how to do that using the build.sh script, so I chose to follow the Advanced Build documentation and…
-
**edit:** (original title) Ability to set/map externally visible uid?
Hello,
I'd like to ask for some advice, help or maybe even file this as a request for enhancement. Currently the docker cont…
-
## Bug Report
Trying to `build` in docker with `latest-alpine`, `nightly-alpine`
or `v1.2.*-alpine` gives me the following error:
```shell
$ echo 'puts "Hello World!"' > hello-world.cr
$ dock…
m-o-e updated
11 months ago
-
**Describe the bug**
I have written a docker file that mounts its working directory onto seaweedfs and then starts mongodb on it. It exits with an exception.
**System Setup**
- OS version : docke…
-
My company does a two part build process in the docker image
We first install dependencies and then we build the image using a non root user
When using poetry we just copy the .venv folder to the …
-
- [ ] I have tried with the latest version of Docker Desktop
- [ ] I have tried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
- Diagnostics ID:51A97A68-1F1…
-
@bboreham
As mentioned in this [comment](https://github.com/weaveworks/scope/pull/3537#issuecomment-754679847), I am working on building and pushing scope images. I have created a new dockerfile for…