2.0.2 • Published 3 months ago

@hazmi35/extract-docker-baseimg-recipe v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

extract-docker-baseimg-recipe

Docker (OCI Format) base images recipe extractor.

FAQ

Question: What is this?

Answer: This is a simple program to extract Docker (OCI Format) base images recipe for example: tags, platforms, versions etc.

Question: Where do you use this?

Answer: It is used in my Docker (OCI Format) base images build system, for example Hazmi35/docker-node. It isn't made to be used by public. But you can use/modify it anyway

Question: How does this works?

Answer: It reads a comment in line 1, 2 and 3 for image tags, variant, and target platforms respectively and it extracts the version from the line 4 which is a FROM instruction, for example: FROM node:16.13.1-alpine, it will extract the version 16.13.1.

This is intended, because most of my base images are just Docker official images with some modifications in it, atleast for now, because this will probably change when Hazmi35/devcontainer is finished.

2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

4 months ago

1.5.0

1 year ago

1.3.2

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-pre3

2 years ago

1.0.0-pre2

2 years ago

1.0.0-pre

2 years ago