Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
09d46e77
Commit
09d46e77
authored
9 years ago
by
Rohith
Browse files
Options
Downloads
Patches
Plain Diff
- moving to version 1.0.0-rc3
parent
ac721ad6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+8
-2
8 additions, 2 deletions
Makefile
doc.go
+1
-1
1 addition, 1 deletion
doc.go
with
9 additions
and
3 deletions
Makefile
+
8
−
2
View file @
09d46e77
...
...
@@ -2,7 +2,9 @@
NAME
=
keycloak-proxy
AUTHOR
=
gambol99
HARDWARE
=
$(
shell
uname
-m
)
REGISTRY
=
docker.io
GOVERSION
=
1.6.0
SUDO
=
sudo
GIT_COMMIT
=
$(
shell git log
--pretty
=
format:
'%h'
-n
1
)
ROOT_DIR
=
${
PWD
}
VERSION
=
$(
shell
awk
'/version.*=/ { print $$3
}
'
doc.go |
sed
's/"//g'
)
...
...
@@ -30,12 +32,16 @@ static: golang deps
docker-build
:
@
echo
"--> Compiling the project"
sudo
docker run
--rm
-v
${
ROOT_DIR
}
:/go/src/github.com/gambol99/keycloak-proxy
\
${
SUDO
}
docker run
--rm
-v
${
ROOT_DIR
}
:/go/src/github.com/gambol99/keycloak-proxy
\
-w
/go/src/github.com/gambol99/keycloak-proxy
-e
GOOS
=
linux golang:
${
GOVERSION
}
make static
docker
:
static
@
echo
"--> Building the docker image"
sudo
docker build
-t
docker.io/
${
AUTHOR
}
/
${
NAME
}
:
${
VERSION
}
.
${
SUDO
}
docker build
-t
${
REGISTRY
}
/
${
AUTHOR
}
/
${
NAME
}
:
${
VERSION
}
.
docker-push
:
@
echo
"--> Pushing the docker images to the registry"
${
SUDO
}
docker push
${
REGISTRY
}
/
${
AUTHOR
}
/
${
NAME
}
:
${
VERSION
}
release
:
static
mkdir
-p
release
...
...
This diff is collapsed.
Click to expand it.
doc.go
+
1
−
1
View file @
09d46e77
...
...
@@ -22,7 +22,7 @@ import (
const
(
prog
=
"keycloak-proxy"
version
=
"v1.0.0-rc
2
"
version
=
"v1.0.0-rc
3
"
author
=
"Rohith"
email
=
"gambol99@gmail.com"
description
=
"is a proxy using the keycloak service for auth and authorization"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment