Sign inSign up

jtarte/go-api-server:0.1

Manifest digest

sha256:3ebc3a1986796d2ee4a66ff2d21c865d5e9cf7a261480e5cb13a6ad6b0c16ccd

OS/ARCH

linux/amd64

Compressed size

341.51 MB

Last pushed

over 6 years by jtarte

Type

Image

Manifest digest

sha256:3ebc3a1986796d2ee4a66ff2d21c865d5e9cf7a261480e5cb13a6ad6b0c16ccd

Image Layers

1ADD file ... in / 48.05 MB
2CMD ["bash"]0 B
3/bin/sh -c apt-get update &&7.45 MB
4/bin/sh -c set -ex; if9.53 MB
5/bin/sh -c apt-get update &&49.39 MB
6/bin/sh -c apt-get update &&65.35 MB
7ENV GOLANG_VERSION=1.13.70 B
8/bin/sh -c set -eux; dpkgArch="$(dpkg114.51 MB
9ENV GOPATH=/go0 B
10ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
11/bin/sh -c mkdir -p "$GOPATH/src"126 B
12WORKDIR /go0 B
13/bin/sh -c curl https://raw.githubusercontent.com/golang/dep/master/install.sh |4.14 MB
14/bin/sh -c go get -u43.08 MB
15ENV APPSODY_PROJECT_DIR=/project0 B
16ENV APPSODY_MOUNTS=/src:/project/userapp/src0 B
17ENV APPSODY_DEPS=/project/src/userapp/deps/0 B
18ENV APPSODY_WATCH_DIR=/project/userapp/src0 B
19ENV APPSODY_WATCH_IGNORE_DIR=0 B
20ENV APPSODY_WATCH_REGEX=^.*.go$0 B
21ENV APPSODY_PREP=(cd ./src/myapp &&0 B
22ENV APPSODY_RUN=go run myapp0 B
23ENV APPSODY_RUN_ON_CHANGE=go run myapp0 B
24ENV APPSODY_RUN_KILL=true0 B
25ENV APPSODY_DEBUG=echo -n "Debugging0 B
26ENV APPSODY_DEBUG_ON_CHANGE=echo -n "Debugging0 B
27ENV APPSODY_DEBUG_KILL=true0 B
28ENV APPSODY_TEST=go test myapp0 B
29ENV APPSODY_TEST_ON_CHANGE=go test myapp0 B
30ENV APPSODY_TEST_KILL=true0 B
31COPY file:b7388d2d11c38e4dc23b0e7b02a0c6e92a97de7612ab3703a54c5939653e984d in /licenses/ 3.99 KB
32COPY dir:6da924972da22042ebea12ed2a445431d438366c69c1ef9475df40ae9748166b in /project 722 B
33COPY dir:964ac044c2427b78efc92f097c86241453b0b7477dbc65187985d0c160af189a in /config 447 B
34ENV GOPATH=/project/userapp0 B
35WORKDIR /project/userapp152 B
36EXPOSE 80800 B
37EXPOSE 23450 B
38LABEL dev.appsody.image.commit.contextDir=/go-api-server0 B
39LABEL dev.appsody.image.commit.date=Mon May 40 B
40LABEL dev.appsody.image.commit.message=Initial commit0 B
41LABEL dev.appsody.stack.id=go-api-server0 B
42LABEL dev.appsody.stack.tag=dev.local/appsody/go-api-server:0.1.00 B
43LABEL org.opencontainers.image.authors=Jerome tarte <jtarte>0 B
44LABEL org.opencontainers.image.created=2020-05-04T10:56:52+02:000 B
45LABEL org.opencontainers.image.description=Stack to create0 B
46LABEL org.opencontainers.image.documentation=https://github.com/jtarte/mystacks/tree/master/go-api-server/README.md0 B
47LABEL org.opencontainers.image.licenses=Apache-2.00 B
48LABEL org.opencontainers.image.revision=018cc8f59954cd1567e5e3e3489dda5740334d0b-modified0 B
49LABEL org.opencontainers.image.source=https://github.com/jtarte/mystacks/tree/master/go-api-server/image0 B
50LABEL org.opencontainers.image.title=go-api-server0 B
51LABEL org.opencontainers.image.url=https://github.com/jtarte/mystacks/tree/master/go-api-server0 B
52LABEL org.opencontainers.image.version=0.1.00 B

Command

ADD file:a5ec219cbfc4e0c31e7df48cc51abd9a5b92754e15403b2ab726e25042041680 in /