Skip to content

Tags: filanov/skipper

Tags

1.19.0

Toggle 1.19.0's commit message
Create mounted volumes before running docker

If we mount to a directory the doesn't exist, docker will create the
local directory.

If we let docker create the directories, it will create it owned
by root-user, and then the container won't be able to write to the
directory.
By creating them in-advance, we make them owned by the user, and the
container can write to them.

BTW - This solves the problem with 'go build' not being able to write to
the 'gocache' directory.

1.18.17

Toggle 1.18.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mount .gitconfig to build container (Stratoscale#109)

This is so that tools inside the container can push code up
to github.

1.8.17

Toggle 1.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mount .gitconfig to build container (Stratoscale#109)

This is so that tools inside the container can push code up
to github.

1.8.16

Toggle 1.8.16's commit message
fixed import

1.8.15

Toggle 1.8.15's commit message
skipper.yaml spec: enable list type for environment variables

When environment variables are give as list:
  * If a=b, add key a with value b to the docker environment variables.
  * If only a key is given, add it to the docker environment variables if exists in
    the host environment variables.

1.8.14

Toggle 1.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Stratoscale#104 from Stratoscale/allow-no-git

Don't fail when not working in a git repository

1.8.13

Toggle 1.8.13's commit message
Enable access to git using the user credentials

Added mount of ~/.netrc
Set HOME to the user $HOME

1.8.11

Toggle 1.8.11's commit message
Tag build container image

1.8.10

Toggle 1.8.10's commit message
Retry on destroy network

1.8.9

Toggle 1.8.9's commit message
Diffuse KEEP_IMAGES environment