Difference between revisions of "FROM"
Jump to navigation
Jump to search
↑ https://hub.docker.com/_/postgres
Tags: Mobile web edit, Mobile edit |
|||
Line 10: | Line 10: | ||
FROM [[adoptopenjdk]]/openjdk8 as builder | FROM [[adoptopenjdk]]/openjdk8 as builder | ||
+ | |||
+ | FROM public.ecr.aws/panorama/panorama-application | ||
== Related == | == Related == |
Revision as of 22:59, 17 June 2022
https://docs.docker.com/engine/reference/builder/#from
FROM python:slim
FROM node:10
FROM postgres:12 [1]
FROM alpine
FROM adoptopenjdk/openjdk8 as builder
FROM public.ecr.aws/panorama/panorama-application
Related
See also
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
docker build [ --tag | --platform | --help ] FROM, Dockerfile, .dockerignore, requirements.txt, docker build --help, docker tag
Advertising: