Difference between revisions of "FROM"
Jump to navigation
Jump to search
↑ https://hub.docker.com/_/postgres
Line 10: | Line 10: | ||
[[FROM scratch]] | [[FROM scratch]] | ||
+ | [[FROM alpine]] | ||
FROM [[elixir]]:1.13-slim | FROM [[elixir]]:1.13-slim | ||
Line 20: | Line 21: | ||
[[FROM postgres]]:12 <ref>https://hub.docker.com/_/postgres</ref> | [[FROM postgres]]:12 <ref>https://hub.docker.com/_/postgres</ref> | ||
− | + | ||
FROM [[adoptopenjdk]]/openjdk8 [[as]] builder | FROM [[adoptopenjdk]]/openjdk8 [[as]] builder | ||
FROM [[public.ecr.aws]]/panorama/panorama-application | FROM [[public.ecr.aws]]/panorama/panorama-application | ||
FROM [[nginx:stable-alpine]] as your-description-here | FROM [[nginx:stable-alpine]] as your-description-here | ||
− | |||
Revision as of 08:44, 24 May 2023
https://docs.docker.com/engine/reference/builder/#from
FROM python:slim FROM python:3.8 FROM python:3.9
FROM rust:1.53.0-slim as rust
FROM Haskell
FROM scratch FROM alpine
FROM elixir:1.13-slim
FROM Ubuntu:latest
FROM node:lts-alpine FROM node:18-alpine FROM node:16-alpine FROM node:14-alpine FROM node:10
FROM microsoft/windowsservercore
FROM postgres:12 [1]
FROM adoptopenjdk/openjdk8 as builder FROM public.ecr.aws/panorama/panorama-application
FROM nginx:stable-alpine as your-description-here
Related
Activities
See also
FROM, FROM postgres, FROM Ubuntu, FROM scratch, FROM alpine
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: