You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
The containers in this repository use the same codebase with small differences in tags etc.
Instead of creating a Dockerfile for each of these, we can automate the process by writing a generator script to produce these Dockerfiles. This will allow, for example, to produce a Dockerfile for each of the tags in https://github.com/iterative/dvc-get-started
build-all.bash script checks Dockerfile and Dockertag files in a directory. Before this, there can be a check for generate.bash in a directory to generate a set of Dockerfiles in different directories.
The text was updated successfully, but these errors were encountered:
The containers in this repository use the same codebase with small differences in tags etc.
Instead of creating a Dockerfile for each of these, we can automate the process by writing a generator script to produce these Dockerfiles. This will allow, for example, to produce a
Dockerfile
for each of the tags in https://github.com/iterative/dvc-get-startedbuild-all.bash
script checksDockerfile
andDockertag
files in a directory. Before this, there can be a check forgenerate.bash
in a directory to generate a set of Dockerfiles in different directories.The text was updated successfully, but these errors were encountered: