Skip to content

Commit

Permalink
feat(container): support registries (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 27, 2024
1 parent 177e62a commit 2f37295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/src/fal/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ContainerImage:
from a Dockerfile.
"""

_known_keys = {"dockerfile_str", "build_env", "build_args"}
_known_keys = {"dockerfile_str", "build_env", "build_args", "registries"}

@classmethod
def from_dockerfile_str(cls, text: str, **kwargs):
Expand Down

0 comments on commit 2f37295

Please sign in to comment.